From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Disable interrupts around _go32_dpmi calls? Date: Sun, 24 Nov 2002 21:20:54 CST Organization: Rice University, Houston TX Lines: 7 Message-ID: <3de19716.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1038194496 2925 128.42.105.3 (25 Nov 2002 03:21:36 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 25 Nov 2002 03:21:36 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > None of the documentation I have seen suggests wrapping cli/sti around > the setting of an interrupt handler using > _go32_dpmi_*_protected_mode_vector. It's not needed. The _go32_dpmi_set_protected_mode_interrupt_vector call passes the information to the DPMI server which does it in one call.