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
Zach

GRUB

Post by Zach »

Three questions about GRUB.
1. Does it enter P-mode for you?
2. How do you make your OS multiboot compliant?
3. Does it boot ELF or straight binaries?
Chase

RE:GRUB

Post by Chase »

>Three questions about GRUB.
>1. Does it enter P-mode for you?
I assume so because the multiboot spec states "The OS should
not have to worry about getting into 32-bit mode initially,
because mode switching code generally needs to be in the
boot loader anyway in order to load OS data above the 1MB
boundary, and forcing the OS to do this makes creation of OS
images much more difficult."

>2. How do you make your OS multiboot compliant?
see http://www.uruk.org/orig-grub/boot-proposal.html

>3. Does it boot ELF or straight binaries?
From the old GRUB site "Supports many of the a.out variants
plus ELF.".

The old GRUB site actually has more info online, look at
http://www.uruk.org/orig-grub/technical.html
Post Reply