-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rCore-Tutorial-Book-v3/chapter2/6answer #116
Comments
编程题答案有吗 |
请问 |
我发现在我的程序中 fp 指向的地址已经是 null 了,这里是不是应该把判断
|
编程第一题答案似乎有 bug, |
编程题有答案吗 |
建议编程题延后完成,除了第一个题目,后面四个都和后续内容相关
|
应该修改为:使攻击者无法预测特定数据或代码的位置。 |
第 6 题:RISC-V处理器在用户态执行特权指令后的硬件层面的处理过程是什么?
这个 当前 是错的吧,应该是 陷入 S 之前,在规范里面,原文是
(注意 before 和 originated ) 不过虽然说“准备”已经意味着“当前"为 U 模式,但写得更清楚可以减少歧义。 |
sys_write的安全检查可以看看我写的 https://github.com/yuyi2439/rCore-Tutorial-v3/tree/ch2-my (可能有点丑 |
“如果不进行Trap的上下文保存与恢复,CPU就无法在处理完成之后,返回原特权级。”这一句真的是对的吗,我的理解是使用 |
sys_write的安全检查可以看看我这篇博客,折腾了挺久的第二章作业 |
练习参考答案 — rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档
https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter2/6answer.html
The text was updated successfully, but these errors were encountered: