From: Eli Zaretskii Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: Is DOS dead? Date: Sun, 19 Mar 2000 16:13:45 +0200 Organization: NetVision Israel Lines: 21 Message-ID: References: <38C7D12E DOT 1E12 AT gmx DOT net> <38CD09B3 DOT 7373 AT gmx DOT net> <38CE19B2 DOT 69C7 AT gmx DOT net> <38CF7CED DOT 505A AT gmx DOT net> <38D0B4D1 DOT 380F AT gmx DOT net> <38D11897 DOT 2ED0 AT gmx DOT net> <38D4BCD3 DOT 767ACF49 AT gmx DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 953475384 11119 199.203.121.2 (19 Mar 2000 14:16:24 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 19 Mar 2000 14:16:24 GMT X-Sender: eliz AT is In-Reply-To: <38D4BCD3.767ACF49@gmx.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 19 Mar 2000, Michael Tippach wrote: > > > > One problem with NT that needs to be worked around is that NT ignores the > > > > hight 16 bits of the user procedure address that is installed as a > > > > real-mode callback (e.g., for handling mouse events). > > > > > > Does Win2K behave the same? > > > > No, it seems that this particular bug doesn't exist in W2K. > > So would you agree that the go32 stub could be modified to perform a > check? I'm not sure I follow. Are you suggesting that the stub loader be modified to install a real-mode callback? If so, the only way to know if that works or not is to make the callback be called, and crash. Doesn't seem like a good way of identifying an OS... Besides, the stub loader is heavily optimized for size (it's 2KB long), and the above test would bloat it quite a bit.