mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
ba9b715c59
This lets the kernel use any memory not directly used by it or the init ramdisk. Although, now we test whether the kernel fits into the identitymapped area. It can't really grow down there, unless it wants to collide with user-space. Instead, modules and the like (when they are invented), should be put in the upper memory. Or in their own user-space process, yay, microkernel! |
||
---|---|---|
.. | ||
memorymanagement.cpp | ||
memorymanagement.h | ||
x86-family.cpp | ||
x86-family.h |