Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 625 Bytes

此为目录说明文件

学习日志 记录了每日完成的东西

exercises

Rust练习的100道小程序

RustProgram

Learn-xxx-hardway或者leetcode题目设计的Rust程序

Lab2-6

根据实验指导书,参考提供的代码进行逐步实现的代码

模块分析

对各个模块的流程功能进行了总体分析

lab2_with_buddy_allocate

为根据实验题目2要求设计的buddy-allocator

/os/src/algorithm/src/slab_vector_allocator.rs

rCore-final

根据实验提供的最终代码版本添加的基于优先级的调度器以及VM页面置换功能

详情在 /rCore-final/README.md 中说明