mm: implement runtime page mapping
This commit is contained in:
parent
17320f2571
commit
3d6258a06e
6 changed files with 253 additions and 58 deletions
|
|
@ -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)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue