Skip to content
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

finsh the blog #542

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": "7.0.0"
"version": "4.2.1"
},
"dependencies": {
"hexo": "^4.2.1",
Expand All @@ -25,4 +25,4 @@
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
}
}
}
14 changes: 14 additions & 0 deletions source/_posts/blog-rando-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: <blog-rando-2024>
date: 2024-11-09 19:17:59
tags:
---
详细的每个实验的lab实验问答请看我的github地址

对于第一阶段,主要是rust上手的问题。如果有其他语言基础的话,这一阶段做起来其实还蛮轻松的。

对于第二阶段来说,可能需要学习的东西比较多一点,比如操作系统基础,链接器,汇编,riscv等等,但是只要有时间做的话,三周应该问题不大

心得体会

对于rcore的学习要付出很多的时间和心血,并且相较于其他语言,比如java,这些debug的方式都不同,需要自己去手动查看寄存器的值,栈帧页表等等。通过这次两阶段学到了很多很多。
Loading