rust-based-os-comp2022 icon indicating copy to clipboard operation
rust-based-os-comp2022 copied to clipboard

fix: make the kernel stack size identical to the config in os3-ref

Open Chasing1020 opened this issue 3 years ago • 0 comments

The config KERNEL_STACK_SIZE in os3 was set as 8192 * 20, while qemu doesn't preserve enough memory, thus making the core dumped.

Chasing1020 avatar Oct 20 '22 12:10 Chasing1020