rust-based-os-comp2022
rust-based-os-comp2022 copied to clipboard
fix: make the kernel stack size identical to the config in os3-ref
The config KERNEL_STACK_SIZE in os3 was set as 8192 * 20, while qemu doesn't preserve enough memory, thus making the core dumped.