Message-ID: <36BC2FDF.62D0F9B0@gmx.de> Date: Sat, 06 Feb 1999 13:04:47 +0100 From: Christian Hofrichter X-Mailer: Mozilla 4.5 [de]C-CCK-MCD QXW03201 (Win95; I) X-Accept-Language: de,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: protected mode interrupts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I want to install an interrupt handler via the dpmi-functions. As I have not much experience in programing assembler interrupt routines, I would be pleased if anyone could tell me where I can find some documentations or tutorials about protected mode interrupts and the dpmi-function. The dpmi-specification does not say anything special about memory locking for interrupts. Do I have only to lock the data area which is touched by the int-handler ? Or do I have also to lock the code area of the int-handler ??? Does an int-function only differ from an ordinery function by the fact that it ends with a sti and an iret ?