Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!think!husc6!m2c!wpi!greyelf
From: greyelf@wpi.wpi.edu (Michael J Pender)
Newsgroups: comp.sys.apple
Subject: Re: Booting Ram5 from Assembly
Message-ID: <4345@wpi.wpi.edu>
Date: 28 Sep 89 19:05:16 GMT
References: <8909271621.aa29960@ADM.BRL.MIL>
Reply-To: greyelf@wpi.wpi.edu (Michael J Pender)
Organization: Worcester Polytechnic Institute, Worcester, MA. USA
Lines: 18

In article <8909271621.aa29960@ADM.BRL.MIL> L77@TAUNOS.BITNET (Yoram Ney) writes:
>Next I want to run the copied program files *FROM /RAM5,BY +BOOTING+ /RAM5*!!
>
>Question is,what do I place at the end of my program,that will boot Ram5?
>
>L77@TAUNOS.Bitnet

Well, if the RAMdisk acts like the one in slot 5 of my Laser, and 
if the disk is properly formatted to give it boot code, instead of
just the setup Prodos gives ramdisks on starting.

In short, if you could just type PR#5 and get it to work, then on any
other apple II you would just 

LDA #slotnumber
JMP $FE95

(I think...)