Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!agate!sunkist.berkeley.edu!raymond From: raymond@math.berkeley.edu (Raymond Chen) Newsgroups: comp.lang.pascal Subject: Re: Rebooting from TP Message-ID: <1991May13.025846.27769@agate.berkeley.edu> Date: 13 May 91 02:58:46 GMT References: <48883@ut-emx.uucp> Sender: root@agate.berkeley.edu (Charlie Root) Reply-To: raymond@math.berkeley.edu (Raymond Chen) Distribution: usa Organization: U.C. Berkeley Lines: 7 In-Reply-To: cs442a07@cs.iastate.edu (Sunny Gulati) Originator: raymond@sunkist.berkeley.edu In article , cs442a07@cs (Sunny Gulati) writes: >Pretty easy. call the reboot interrupt. No, don't call the reboot interrupt. It doesn't clear the interrupt table, for one. (Exercise: Why is this not good?) Use the `jump to $ffff:$0000' method. (Details in the Frequently Asked Questions file for comp.sys.ibm.pc.misc.)