Skip to content

2025春夏操作系统训练营第1,2阶段总结-heirish #709

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

Merged
merged 3 commits into from
May 6, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 2025春夏操作系统训练营第一阶段总结-heirish
date: 2025-04-13 23:43:47
tags:
- author:heirish
- repo:https://github.com/LearningOS/2025s-rustling-heirish
---

## 总结
- Rust:主要通过训练营的课程以及Rust by Example系列进行学习。有一些编程基础,相对较容易通过。
- RISC-V基础:主要通过B站视频进行学习, 了解了一些基本的概念。
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 2025春夏操作系统训练营第二阶段总结-heirish
date: 2025-05-01 17:45:15
tags:
- author:heirish
- repo:https://github.com/LearningOS/2025s-rcore-heirish
---

## 总结
第二阶段的强度慢慢上来了,由于平时要上班和前期收不到短信验证码的问题,不能跟上每周的直播课,主要通过学习tutorial文档和课后看录频和课件的方式学习。本阶段对内存管理,进程管理和文件系统, 线程进行了系统的学习。特别是内存映射和文件系统章节,学习到很多。同时,随着代码量增大,学习的同时画UML图对理解代码和整个框架也很有帮助。