Page 1 of 1

How can i use interrupts in pmode

Posted: Sat Aug 23, 2003 11:00 pm
by 34
Where i can get interrupts sources? Or maybe i can use BIOS interrupts in pmode?
I don't know what to do with it! Help!!!

RE:How can i use interrupts in pmode

Posted: Sat Aug 23, 2003 11:00 pm
by x86
you can't use BIOS interrupts in pmode, because the concept of pmode is different from the real mode. i suggest you to first study the pmode tutorials.

cheers,
x86

RE:How can i use interrupts in pmode

Posted: Sun Aug 24, 2003 11:00 pm
by Legend
Acutally, there is a way, by setting up a v86 task in protected mode, which may call bios interrupts, but this complicated all the way and writing things yourself might be far easier (and faster ...)