>On 2002-03-08 02:06:47, Alexei wrote:
>GRUB loads kernel, enters protected mode
>and jums to my kernel entry point, right?
>Where is located GDT, IDT?
Uhm... I don't think so... have you read the docs?
It looks to me like it simply loads your kernel
and jumps to it, loading in any support modules
if need be (such as in a VSTa or MACH microkernel).
I know GRUB is intended for 32-bit pmode OSs, but
it'll also boot DOS, right? So, I doubt it'll
enter pmode (seeing as though DOS can't run
in pmode).
Anybody know for sure?
All this stuff's gotta be in the multiboot
standard, and the GRUB docs, though.
http://www.gnu.org/software/grub/
Jeff