From: mikek@col.hp.com (Mike Karin) Date: Mon, 18 Mar 1991 17:09:18 GMT Subject: Re: self re-booting program! Message-ID: <25620002@col.hp.com> Organization: HP Colorado Springs Division Path: utzoo!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-col!col!mikek Newsgroups: comp.sys.ibm.pc.misc References: <1991Mar14.144740.1@uwav1.u.washington.edu> Here's a DEBUG script that will create BOOT.COM. BOOT.COM will do a warm boot on your machine. Copy the 12 lines below to a file (say BOOT.SCR) and then execute 'DEBUG < BOOT.SCR' to create BOOT.COM. ------------------------------------------------------ N BOOT.COM A 100 MOV BX,1234 These 12 lines MOV AX,0040 should be copied to MOV DS,AX BOOT.SCR MOV [0072],BX JMP FFFF:0000 (don't leave out this blank line!) RCX 11 W Q ------------------------------------------------------- Mike Karin Hewlett-Packard Co. Colorado Springs Division mikek@col.hp.com