Date: Sun, 6 Sep 1998 12:32:14 +0300 (IDT) From: Eli Zaretskii To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: Reboot the computer. In-Reply-To: <35F05201.B71DDCA2@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 4 Sep 1998, Endlisnis wrote: > Add this line when you want the machine to reboot. > asm ("int 0x19"); I think the recent discussion concluded that issuing INT 19H via `__dpmi_int' is a better idea, since otherwise CWSDPMI would sometimes not allow/ignore it.