Hello! What virtual adresses you give to your kernels? Is it somethig like 0, 0x100000 (1Mb) or like 0xC0000000(3Gb)?
Cheers,
Adrian
virtual adress for kernel
Re:virtual adress for kernel
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
The Mobius kernel uses virtual C000_0000, which by default maps to 0010_0000.
Re:virtual adress for kernel
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
Pete