Xref: utzoo comp.sys.ibm.pc.misc:4972 comp.os.msdos.programmer:2532 Path: utzoo!attcan!telly!lethe!becker!hybrid!scifi!bywater!uunet!midway!valley From: valley@uchicago (Doug Dougherty) Newsgroups: comp.sys.ibm.pc.misc,comp.os.msdos.programmer Subject: Re: Reboot from software Message-ID: Date: 13 Dec 90 17:03:09 GMT References: <34681@netnews.upenn.edu> Sender: news@midway.uchicago.edu (News Administrator) Distribution: usa Organization: University of Chicago Lines: 24 corry@eniac.seas.upenn.edu (Chris Corry) writes: >Hi. >I'm writing a program that, under certain conditions, needs to reboot the >computer. I figured that this was a simple generation of interrupt 25 (hex 19). >However, everytime I try to use this mechanism (using geninterrupt or int86 >from Turbo C) the computer hangs. Anyone have any ideas? Please mail or post >and I'll summarize if there seems to be an interest (I can't belive that I'm >the only person who has run into this problem. Then again I'm probably doing >something stupid.) >THANXS! >Chris Corry >corry@eniac.seas.upenn.edu This is becoming an FAQ. MOV AX,40 MOV DS,AX MOV AX,1234 MOV [72],AX JMP FFFF:0