Luna/kernel
apio 4021cb3ac0 KernelHeap: do not crash the entire system
Previously, calling free_virtual_page(s) would cause an assertion fail if the address was not in the kernel heap range.
Now, we just return.
2022-10-12 14:28:48 +02:00
..
include Kernel/Utilities: add a new get_top_of_stack convenience function 2022-10-12 13:17:58 +02:00
src KernelHeap: do not crash the entire system 2022-10-12 14:28:48 +02:00
Makefile Kernel: Strip kernel symbols when installing 2022-10-08 15:57:07 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00