kern/kernel
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
..
mm kmalloc: add actual memory allocator 2021-09-29 01:10:41 +02:00
clist.c kmalloc: add actual memory allocator 2021-09-29 01:10:41 +02:00
CMakeLists.txt mm: add page frame allocator 2021-09-21 18:25:54 +02:00
kprintf.c kprintf: fix vararg bug 2021-09-20 18:02:13 +02:00
main.c kernel: add main 2021-09-19 04:58:48 +02:00
util.c util: refactor misc utility stuff 2021-09-21 17:34:27 +02:00