How can i use interrupts in pmode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
34

How can i use interrupts in pmode

Post 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!!!
x86

RE:How can i use interrupts in pmode

Post 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
Legend

RE:How can i use interrupts in pmode

Post 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 ...)
Post Reply