LearningOS / rust-based-os-comp2023

2023秋冬季开源操作系统训练营
https://github.com/LearningOS/rust-based-os-comp2023
GNU General Public License v3.0
2.13k stars 351 forks source link

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

Closed Chasing1020 closed 2 years ago

Chasing1020 commented 2 years ago

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

YdrMaster commented 2 years ago

sure