can u call bios functions from protected mode(i.e. 16H al=00

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
echristian

can u call bios functions from protected mode(i.e. 16H al=00

Post by echristian »

Is calling bios interupts any different in protected mode?
carbonBased

RE:can u call bios functions from protected mode(i.e. 16H al

Post by carbonBased »

yeah.  You can't do it.

Look into vm86 mode, or write your own routines... the keyboard is especially easy to interface.  Just look for examples of a protected mode ISR.

Cheers,
Jeff
Post Reply