Files
cleonos/docs/README.md

34 lines
674 B
Markdown
Raw Normal View History

2026-04-11 19:01:07 +08:00
# CLeonOS Stage Docs
## Available Stage Docs
- `stage1.md`
- `stage2.md`
- `stage3.md`
- `stage4.md`
- `stage5.md`
- `stage6.md`
- `stage7.md`
- `stage8.md`
- `stage9.md`
- `stage10.md`
- `stage11.md`
- `stage12.md`
- `stage13.md`
- `stage14.md`
- `stage15.md`
- `stage20.md`
- `stage21.md`
2026-04-11 21:20:48 +08:00
- `stage22.md`
2026-04-11 21:38:40 +08:00
- `stage23.md`
2026-04-11 22:27:54 +08:00
- `stage24.md`
2026-04-12 18:14:59 +08:00
- `stage25.md`
2026-04-12 19:31:01 +08:00
- `stage26.md`
2026-04-11 19:01:07 +08:00
2026-04-12 22:04:25 +08:00
- `syscall.md` (syscall ABI reference)
2026-04-11 19:01:07 +08:00
## Notes
- Stage docs use a fixed template: goal, implementation, acceptance criteria, build targets, QEMU command, and debugging notes.
2026-04-12 18:14:59 +08:00
- Stages 16~19 are currently not documented in this folder; add them later using the same template to keep history continuous.
2026-04-12 22:04:25 +08:00