From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Faq22_26 - The UPDATE Date: 28 May 2001 13:50:39 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 18 Message-ID: <9etl3f$7po$1@antares.lu.erisoft.se> References: <3b1150fe DOT 6221792 AT news DOT esoterica DOT pt> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Almeida J. (almeidaj AT mail DOT com) wrote: : 3.2 /*Less ugly solution (not windows DLL dependent)*/ : /*Force the user to make a hardware reset*/ : /*disable all interrupts, loop forever*/ : __asm__(" : cli : sucks: : jmp sucks : "); I thought the interrupt flag was virtualised in the DOZE boxes so this ought only to hang that box. No wonder WINDOZE crashes as much as it does! Right, MartinS