update roadmap
This commit is contained in:
parent
b37f890266
commit
00274fc726
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -13,14 +13,14 @@ RISC-V Operating System.
|
|||
- [x] Splitting of large blocks.
|
||||
- [x] Doubly-linked list headers.
|
||||
- [x] Bidirectional coalescing (Iterative).
|
||||
- [~] **String Library**: Complete `lib/string.c` (`memset`, `memcpy`, `strcmp`, `strlen`).
|
||||
- [~] **Formatted Printing**: Robust `kprintf` implementation for hex and decimal.
|
||||
- [ ] **String Library**: Complete `lib/string.c` (`memset`, `memcpy`, `strcmp`, `strlen`).
|
||||
- [x] **Formatted Printing**: Robust `kprintf` implementation for hex and decimal.
|
||||
|
||||
### Phase 2: Hardware Interfacing & Traps
|
||||
- [/] **Trap Handling**:
|
||||
- [/] Setup `mtvec` (Machine Trap Vector).
|
||||
- [ ] **Trap Handling**:
|
||||
- [x] Setup `mtvec` (Machine Trap Vector).
|
||||
- [ ] Assembly "trampoline" to save/restore registers.
|
||||
- [/] C dispatcher for exceptions and interrupts.
|
||||
- [ ] C dispatcher for exceptions and interrupts.
|
||||
- [ ] **Timer Interrupts**:
|
||||
- [ ] Interface with RISC-V CLINT (Core Local Interrupter).
|
||||
- [ ] Implement a system heartbeat (ticks).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue