General Question

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
beyondsociety

General Question

Post by beyondsociety »

Once I have set up my IDT with all the interrupts, have loaded the IDT, entered pmode, reset the PIC, and set up an interrupt handler, will I be able to access interrupts in protected mode?

Or will I have to switch to real mode, unreal mode, or v86 mode to still use interrupts?
Whatever5k

Re:General Question

Post by Whatever5k »

If you are in PMode and have a valid IDT with interrupt handlers, you can of course make a Software Interrupt and receive Hardware Interrupts...
dronkit

Re:General Question

Post by dronkit »

you can handle exceptions and interrupts. however, you can not call bios interrupts directly without being in v86 mode or rmode
Post Reply