Skip to content

blog-lwq #781

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 1 commit into from
May 24, 2025
Merged
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,21 @@
---
title: 2025春夏季开源操作系统训练营前三结点总结报告
date: 2025-05-24 14:13:28
tags:
---

## 第一阶段
凭着已有的rust知识速通了,都是基础填空题没啥好说的。

## 第二阶段
应用填空题,多看几遍就会了,没什么工作量,主要是看。详细报告见二阶段仓库。
https://github.com/LearningOS/2025s-rcore-Vinci-hit

## 第三阶段
主要感觉还是重在看,只要多看几遍就知道怎么做了,而且有提示,还是填空题。

第一题要求实现HashMap,只需要实现一个HashMap即可,有些坑会自动出现。

第二题要求实现内存分配算法,但其实都已经实现好了只需要学会看懂后调用api即可。

之后的每一题几乎都是只要看懂了会调用api就可以了,代码量都很少。