labs/0x04/tasks/ #26
Replies: 2 comments
-
运行程序时发现了爆栈问题?,检查一下用户堆的init初始化有没有调用() |
Beta Was this translation helpful? Give feedback.
0 replies
-
在尝试思考题 6 的时候发现,不是将
这些在先前的实验中测试过是没有发生的,在这次实验开始会出现这种现象,应该和这道思考题相关。 这样的现象在先前的 lab2 中也有类似的,修改内核栈的大小的时候发现,内核栈大小太小会开机就触发 Triple Fault ,增大到一定程度后变为开机就触发 Page Fault ,再增大到一定程度才开机正常。 这两个现象感觉有一些相似之处,但其原因截至实验报告提交为止也没有头绪 |
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.
-
labs/0x04/tasks/
https://ysos.gzti.me/labs/0x04/tasks/
Beta Was this translation helpful? Give feedback.
All reactions