Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!decvax!tektronix!uw-beaver!uw-june!entropy!dataio!bright From: bright@dataio.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Code to perform warm reboot. Message-ID: <1257@dataio.Data-IO.COM> Date: Fri, 20-Feb-87 13:28:11 EST Article-I.D.: dataio.1257 Posted: Fri Feb 20 13:28:11 1987 Date-Received: Sun, 22-Feb-87 02:46:39 EST References: <3258@j.cc.purdue.edu> <424@omepd> <2611@well.UUCP> Reply-To: bright@dataio.UUCP (Walter Bright) Distribution: world Organization: Data I/O - FutureNet Corp., Redmond, WA Lines: 11 Keywords: cold boot, warm boot, IBM PC In article <2611@well.UUCP> ljz@well.UUCP (Lloyd Zusman) writes: >Otherise, a jump to f000:fff0 is the way to go, as it seems to work on >clones as well as IBM products. That better work on all clones, since f000:fff0 is defined by the CPU, not something else. If you've got an Intel 8088,8086,80286 etc. then f000:fff0 is the address. Also, a warm boot can be done by poking 0x1234 into location 0x472 prior to jumping to f000:fff0, this will prevent the memory test but will do everything else. This is what happens when Ctrl-Alt-Del is pressed.