mm: add page frame allocator
This commit is contained in:
parent
2a0ed8121a
commit
d436d9b203
11 changed files with 442 additions and 7 deletions
|
|
@ -10,6 +10,8 @@ include("${CMAKE_CURRENT_LIST_DIR}/config-${ARCH}.cmake")
|
|||
|
||||
set(KERNEL_ORIGIN "0x100000" CACHE STRING "Physical address where the kernel is loaded")
|
||||
|
||||
set(POISON_PAGES "Poison pages after allocate and free" ON)
|
||||
|
||||
# This file is part of GayBSD.
|
||||
# Copyright (c) 2021 fef <owo@fef.moe>.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue