From: !smentzer AT pacbell DOT net (Steve Mentzer) Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: WARNING: DOS is about to die. Date: 13 Sep 1999 20:55:27 GMT References: <7quo1t$94k$1 AT solomon DOT cs DOT rose-hulman DOT edu> <37D2EEE8 DOT CF27908C AT a DOT crl DOT com> <37D34350 DOT 2F2EE49B AT videotron DOT ca> <37D3456E DOT 448F01AF AT aol DOT com> <37D3D2E6 DOT 660F1586 AT unb DOT ca> X-Posted-Path-Was: not-for-mail Content-Type: Text/Plain; charset=US-ASCII X-ELN-Date: 13 Sep 1999 20:55:27 GMT X-ELN-Insert-Date: Mon Sep 13 14:35:06 1999 Organization: Organization? What's that? X-Newsreader: WinVN 0.99.9 (Released Version) (x86 32bit) Lines: 10 Mime-Version: 1.0 NNTP-Posting-Host: 63.193.84.47 Message-ID: <7rjobv$42a$1@ash.prod.itd.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > >For example, did you know you cannot catch SIGINT and SIGFPE on NT? If >you do, your program crashes, and the DrWatson log file clearly shows >that it's an NT bug. And you shouldn't be able to... The only thing that should be handling interrupts are kernel-mode device drivers, not user mode applications.