mm: implement runtime page mapping

This commit is contained in:
anna 2021-09-23 20:51:12 +02:00
parent 17320f2571
commit 3d6258a06e
Signed by: fef
GPG key ID: EC22E476DC2D3D84
6 changed files with 253 additions and 58 deletions

View file

@ -8,7 +8,7 @@ set_property(CACHE ARCH PROPERTY STRINGS
)
include("${CMAKE_CURRENT_LIST_DIR}/config-${ARCH}.cmake")
set(KERNEL_ORIGIN "0x100000" CACHE STRING "Physical address where the kernel is loaded")
set(KERNEL_ORIGIN "0x100000" CACHE STRING "Physical address where the kernel is loaded (don't touch this)")
set(KERNEL_RELOCATE "0xc0000000" CACHE STRING "Virtual address the kernel is mapped to (don't touch this)")