From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: I'm Back... Date: 27 Mar 2000 13:07:47 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 15 Message-ID: <8bnmf3$coo$1@antares.lu.erisoft.se> References: <38DBF7AF DOT A0786922 AT ou DOT edu> <38DC04C8 DOT 72C075C6 AT bigfoot DOT com> <38DC1398 DOT E1B15F0B AT ou DOT edu> <8bi4je$51gdn$2 AT fu-berlin DOT de> <38DCF570 DOT 4DD62F2A AT ou DOT edu> <8blcgk$57f8t$1 AT fu-berlin DOT de> 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 Dieter Buerssner (buers AT gmx DOT de) wrote: : So, my question to the experts is: : When you temporarily change ES, and an assyncron signal will : be raised, will the signal handler see the changed ES or the : standard ES=DS? (Off topic, but would this be differnt under : linux?) I'm not an expert, but I'd say ES!=DS and any ISR that depends on any registers, except CS:EIP, containing certain values are broken. Right, MartinS