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
..