Add BIOS and tiny kernel roadmap phases

This commit is contained in:
2026-04-28 13:23:03 +02:00
parent 07dd8e21f0
commit e8631501e8
18 changed files with 344 additions and 77 deletions
@@ -27,7 +27,7 @@ every emitted instruction is implemented or fails loudly.
- Compare C source to generated assembly.
- Identify every load/store used for UART access.
- Confirm no CSR or `fence.i` instructions appear before Phase 9.
- Confirm no CSR or `fence.i` instructions appear before Phase 12.
## Pitfalls