[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reboot programs



Our classroom needed reboot programs for slot 5 & 6 to use from GSOS
desktop.  A kind person (whom I don't name because I haven't asked his
permission) provided these instructions to me for a customized
version to reboot s6 that could deal w/ interrupts or whatever was causing
a different version not to work, which I think I reported here.

_Please_ if anyone has a program to reboot slot 5
or can provide similar clear (dumm-proof) instructions for a program to
reboot slot 5, we need it for our class!

thanks!
-------------------------------------------------------------------------
clairmnt@n2.net	   A classroom account for Clairemont High San Diego, CA
Louis Cornelio, teacher	  Check us out: http://www.n2.net/clairemont/

 
 
========= Instructions =======
 
Get into BASIC.SYSTEM, and enter the following commands (I've shown the
prompts as well - don't type them in).
 
]CALL-151
*2000:78 4C 00 C6
*Q
]CREATE S6.BOOT,TSYS
]BSAVE S6.BOOT,TSYS,A$2000,L4
]BYE
 
This adds a SEI instruction in front of the JMP $C600, so that interrupts
are locked out when the boot code is being executed.