Luna/kernel
apio caf6d1563c Kernel: Add a heap memory allocator
This is the first time I've actually dropped liballoc in favor of writing my own implementation.
Usually, malloc() and such looked so complicated that I preferred to let a nice external library do the job.
But I've decided to try writing my own allocator, and now we have heap memory without any 3rd party code!
2022-11-20 15:15:26 +01:00
..
src Kernel: Add a heap memory allocator 2022-11-20 15:15:26 +01:00
CMakeLists.txt Kernel: Add a heap memory allocator 2022-11-20 15:15:26 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00