Date: Sun, 27 May 2001 08:25:50 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: almeidaj AT mail DOT com (Almeida J.) Message-Id: <3405-Sun27May2001082549+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3b105adb.10680619@news.esoterica.pt> (almeidaj@mail.com) Subject: Re: Hardware reset References: <3b0fcd8b DOT 2028746 AT news DOT esoterica DOT pt> <5567-Sat26May2001221058+0300-eliz AT is DOT elta DOT co DOT il> <3b105adb DOT 10680619 AT news DOT esoterica DOT pt> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: almeidaj AT mail DOT com (Almeida J.) > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 27 May 2001 01:42:28 GMT > > >It's in the FAQ: see section 22.26 there. > Thanks, I knew i had seen it... > But, the possible ways to reboot referenced in faq22_6 won't work, or > i'm doing something wrong. > outportb (0x64, 0xfe); will only close the windows DOS box. > __dpmi_int(0x19, ®s); because the program is not running in plain > DOS an alert pop-up window appears and the DOS box is closed. Others reported these methods to work. You might consider searching for relevant messages at http://www.delorie.com/djgpp/mail-archives/, perhaps they show specific code which works.