Replies: 1 comment
-
ArceOS 本身是一个 Unikernel,当任务运行在内核态时,内核栈即发挥着类似于 Linux 中用户栈的作用,因此需要分配足够的栈空间防止溢出。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在configs目录下的配置文件里,用
task-stack-size
配置内核栈大小为0x40000
,也就是256K。复杂如Linux也只有8K~16K。为什么arceos会需要如此巨大的内核栈?Beta Was this translation helpful? Give feedback.
All reactions