Date: Thu, 16 Oct 1997 10:29:51 -0400 (EDT) From: Michael Witt To: djgpp AT delorie DOT com Subject: cold reboot Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk could someone please give me some assistance on causing a cold reboot in a program. I have read the Interrupt list and it appears that I need to pass 0000h to 0040h:0072h and then jump to FFFFh:0000h. I have tried several approaches to following this procedure but have had no luck. I have even tried to use inline asm but this just seemed to wig out my machine (obviously user error). Any help would be greatly appreciated.