From: leger_v AT bluewin DOT ch Newsgroups: comp.os.msdos.djgpp Subject: low level interrupt :real or protected mode ? Date: Sat, 21 Feb 1998 17:18:10 +0100 Organization: Swisscom AG, the blue window Lines: 12 Message-ID: <34EEFE41.448B@bluewin.ch> NNTP-Posting-Host: sio22pub170.bluewin.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I'd like to catch a low-level hardware interrupt. But I don't know if I must get the real interrupt vector with _go32_dpmi_get_real_mode_interrupt_vector or the protected interrupt vector with _go32_dpmi_get_protected_mode_interrupt_vector or the both. Could somebody explain me how does it work and how to load a function handler as an interrupt. Thanx