Page 2 of 2

Re: Video generation books

Posted: Sat Feb 06, 2021 10:07 pm
by nullplan
Octocontrabass wrote:
lukassevc wrote:There's just one problem, I can't use this in protected mode since it uses real mode interrupts, any way around this except for switching back and forth?
Make your bootloader do all of the work before it switches to protected mode.
Yes. For GOP, the idea is similar, as you cannot use any of the GOP functions after ExitBootServices() (you can still use the framebuffer, just not the functions to query and switch modes).