Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duskmoon314/rcore-2021new
https://github.com/duskmoon314/rcore-2021new
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duskmoon314/rcore-2021new
- Owner: duskmoon314
- License: gpl-3.0
- Created: 2021-08-23T13:41:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:55:05.000Z (11 months ago)
- Last Synced: 2024-10-10T20:50:00.335Z (28 days ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)