Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!apple!vsi1!daver!yoda!markg From: markg@yoda.chips.com (Mark Gorlinsky) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: How to do a warm-boot from ASM Keywords: boot, ASM, TASM, MASM Message-ID: <9360@yoda.chips.com> Date: 22 Feb 90 23:50:06 GMT References: <25E0BD4E.35EB@deimos.cis.ksu.edu> <2028@milton.acs.washington.edu>
<2238@uudell.dell.com> Reply-To: markg@yoda.UUCP (Mark Gorlinsky) Distribution: na Organization: Chips and Technologies, San Jose, CA Lines: 11 In article <2238@uudell.dell.com> jrh@mustang.dell.com (James R. Howard) writes: >This is amazing,.. anyway see the earlier posting >concerning this. To do a real reset from assembly, do this: > >mov al, 0feh >out 64, al Hey!!! This should be 64h. >cli >hlt > --------