can u call bios functions from protected mode(i.e. 16H al=00
can u call bios functions from protected mode(i.e. 16H al=00
Is calling bios interupts any different in protected mode?
RE:can u call bios functions from protected mode(i.e. 16H al
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
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