Luna/kernel
apio d842443869
All checks were successful
continuous-integration/drone/pr Build is passing
kernel: Switch to a stack we control for the main task as soon as we leave early boot
This is probably pointless as the main task only exists up until the point where the Scheduler starts running, but some init code was running into a stack overflow due to the fact that we only had one bootloader-provided page of stack.

This should probably be changed afterwards.
2023-02-18 00:18:42 +01:00
..
src kernel: Switch to a stack we control for the main task as soon as we leave early boot 2023-02-18 00:18:42 +01:00
CMakeLists.txt kernel, luna: Move Spinlock.h to luna 2023-02-14 20:05:00 +01:00
debug.cmake Bitmap: Introduce a new method 'find' and use it in MM and KernelVM 2023-01-09 17:59:52 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00