[Prev][Next][Index][Thread]

Re: Loading the kernel.



Leigh Stoller wrote:

> I suggest looking at kern/x86/pc/base_multiboot_main.c to see how oskit
> kernels are initialized. Note that the boot adaptors in boot/ setup the
> multiboot info structure that is passed into the kernel, and from which
> the stuff like the memory layout is initialized.

The multiboot standard says that the processor is *not* allowed to be
in paging mode on kernel entry; so the complete multiboot standard would
not be usable anyway in this case...

-- Ramon




References: