mm: add page frame allocator

This commit is contained in:
anna 2021-09-21 18:25:54 +02:00
parent 2a0ed8121a
commit d436d9b203
Signed by: fef
GPG key ID: EC22E476DC2D3D84
11 changed files with 442 additions and 7 deletions

View file

@ -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>.
#