kern/kernel/mm
fef 5c0fa715a4
kmalloc: add actual memory allocator
Now that memory allocation finally kind of works,
we can finally start focusing on the core system
architecture.  This commit also fixes some bugs in
get_page() and friends, as well as performance
improvements because the page map is addressed as
unsigned longs rather than individual bytes.
2021-09-29 01:10:41 +02:00
..
CMakeLists.txt mm: add page frame allocator 2021-09-21 18:25:54 +02:00
kmalloc.c kmalloc: add actual memory allocator 2021-09-29 01:10:41 +02:00