Pached grub

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
Milan
Posts: 9
Joined: Sun Jan 01, 2012 7:23 am

Pached grub

Post by Milan »

Hello osdev, i'm new on this forum.
I was build small c kernel and i want to start to making GUI. I'm reading wiki "http://wiki.osdev.org/Drawing_In_Protected_Mode"
and if someone have a patched vbe grub or grub2 on floppy image. Wiki links are dead.
I want to switch to vesa mode with grub...
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Pached grub

Post by AJ »

Hi,

AFAIK, you don't need a patch to use VESA with GRUB2. My installation (v1.99) has a module called vbe. See the multiboot 2 specification for details of how to specify the correct tags to switch mode.

Note: You still need to handle the situation where the hardware doesn't support your requested mode.

Cheers,
Adam

[edit - when I say multiboot 2, my version of the specification is labelled 1.6...]
Milan
Posts: 9
Joined: Sun Jan 01, 2012 7:23 am

Re: Pached grub

Post by Milan »

Thanks
Post Reply