Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duskmoon314/rcore-2021new


https://github.com/duskmoon314/rcore-2021new

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# rCore-2021New

脱胎于 rCore-Tutorial-v3,期望用于 2021 秋季学期 OS 教学。

### TODO LIST

- [ ] 整合测例
- 简化测试流程,在 os 文件夹下运行 `make run TEST=1` 即可测试
- 不再单独设立测例仓库
- [ ] 简化框架代码
- 内核代码基本动不了QWQ
- 简化 Makefile 的逻辑
- 将原第一章作业 logging 模块整合进框架中
- [ ] 更新 tutorial book
- 精简作业

### 可能有用的资源

#### ch1

[用 GDB debug rCore](https://rcore-os.github.io/rCore-Tutorial-deploy/docs/pre-lab/gdb.html)