Accesing BIOS interrupts from protected mode

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
Protected Mode

Accesing BIOS interrupts from protected mode

Post by Protected Mode »

hi all,

    we have started working for our project. we are to develop pmode OS. my friend says that, we can access the BIOS interrupts from the protected mode by simply specifying the base address of the IDTR to the BIOS interrupts. we are struck with this point. please help me.

thanks in advance
Tim Robinson

RE:Accesing BIOS interrupts from protected mode

Post by Tim Robinson »

Your friend is wrong. You can't easily use BIOS interrupts from protected mode.
Post Reply