Switching video modes in 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
Sliver

Switching video modes in protected mode

Post by Sliver »

Hi,

I'm building a multiboot compilant OS. How can I switch the video mode in pmode? Before i was doing this in the 2nd stage when the CPU mode is the real one (using int 0x10). Help!

Thank you!
anton

RE:Switching video modes in protected mode

Post by anton »

Well, you can eather write your own i/o code or use VESA(you'l need to pmode it)
anton
Post Reply