Page 1 of 1
virtual adress for kernel
Posted: Tue Aug 19, 2003 5:04 am
by Adek336
Hello! What virtual adresses you give to your kernels? Is it somethig like 0, 0x100000 (1Mb) or like 0xC0000000(3Gb)?
Cheers,
Adrian
Re:virtual adress for kernel
Posted: Tue Aug 19, 2003 9:09 am
by Ozguxxx
Hi! well, I could not understand what exactly you ask but I map first 4Meg onto itself and load kernel to 64k.
Re:virtual adress for kernel
Posted: Tue Aug 19, 2003 10:28 am
by Tim
The Mobius kernel uses virtual C000_0000, which by default maps to 0010_0000.
Re:virtual adress for kernel
Posted: Tue Aug 19, 2003 11:04 am
by Therx
In my kernel (Cimex - latin for bug) the kernel is loaded at 1mb physical and for simplicity the virtual memory maps the kernel space (calculated depending on available RAM) directly to the same place in physical
Pete