Pmode->Realmode Switching Troubble

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.
Mat

Re:Pmode->Realmode Switching Troubble

Post by Mat »

Actually, I'm trying to get the VESA Protected Mode Interface. I DO set the video mode in my bootloader, but I need to be able to retrieve the VESA Protected mode interface in my kernel. I just used mov ax,13h & int 10h as an exapmle code using interrupts
frank

Re:Pmode->Realmode Switching Troubble

Post by frank »

Post Reply