Video generation books

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.
nullplan
Member
Member
Posts: 1790
Joined: Wed Aug 30, 2017 8:24 am

Re: Video generation books

Post 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).
Carpe diem!
Post Reply