Bootloaders and the scope of the FAQ
Posted: Mon Oct 11, 2004 1:12 am
This has been extracted from "Working on the OS FAQ", to keep the rather lengthy discussion out of that thread. Results of the discussion will be cross-posted to "Working on the OS FAQ" by me.
bubach wrote: How come that the FAQ don?t have anything about setting pmode/gdt etc?
IMHO: Linking to bona fide osdev is a good thing, but shouldn?t the FAQ have atleast some basic info on this?
crc wrote: http://www.osdev.org/osfaq2/index.php/ProtectedMode tells how to set pmode IIRC. I did a quick search for info on GDT and IDT, no results came up
I agree; the FAQ should cover at least the basics of these as they are very useful. Maybe I'll add some information on them this weekend.
bubach wrote: ok, but what about a simple example?
i can?t even find a simple example of a bootsector...
a simple example bootsector that reads a couple of sectors of the floppy and maybe goes into pmode would be nice..
df wrote: coz we pretty well tell everyone to use grub instead of worrying about a bootsector.
its time to get people past the bootsector to writing a real kernel etc.
Brendan wrote: Hi,
I disagree - it's time to prevent people from starting a full kernel when they lack the knowledge needed to write a simple boot sector.df wrote: coz we pretty well tell everyone to use grub instead of worrying about a bootsector.
its time to get people past the bootsector to writing a real kernel etc.
IMHO GRUB is a lazy mans curse rather than something that's actually useful for serious OS developers.
Cheers,
Brendan