How in the world do you set up a GUI??

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.
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: How in the world do you set up a GUI??

Post by gerryg400 »

requimrar wrote:
gerryg400 wrote:You get the frame_buf_ptr from the mode info block for the mode you choose. It's often near the top of the 32bit address space.
Yes, but that requires I be in real mode (at least according to the wiki); I'm using grub.
I don't bother with VBE and Grub. I want my boot loader to be able to prompt me for the graphics mode I want. It's not too difficult to write some code that switches back to real mode temporarily to do the VBE stuff.
If a trainstation is where trains stop, what is a workstation ?
Post Reply