could someone please clarify this for me? (memory paging)

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.
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: could someone please clarify this for me? (memory paging)

Post by thepowersgang »

0xC0000000 is the typical range for kernels in the address space.

I suggest that you check the kmalloc code for a heap start value and change it. Apparently the code you're using was designed for a Higher Half kernel.
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Post Reply