virtual adress for kernel

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Adek336

virtual adress for kernel

Post by Adek336 »

Hello! What virtual adresses you give to your kernels? Is it somethig like 0, 0x100000 (1Mb) or like 0xC0000000(3Gb)?

Cheers,
Adrian
Ozguxxx

Re:virtual adress for kernel

Post by Ozguxxx »

Hi! well, I could not understand what exactly you ask but I map first 4Meg onto itself and load kernel to 64k.
Tim

Re:virtual adress for kernel

Post by Tim »

The Mobius kernel uses virtual C000_0000, which by default maps to 0010_0000.
Therx

Re:virtual adress for kernel

Post 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
Post Reply