rename panic to interrupts to better reflect it's future role

This commit is contained in:
Liam Kerr 2026-02-09 19:33:11 +00:00
parent 16124277ee
commit b37f890266
5 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@ RISC-V Operating System.
- [~] **Formatted Printing**: Robust `kprintf` implementation for hex and decimal.
### Phase 2: Hardware Interfacing & Traps
- [ ] **Trap Handling**:
- [~] Setup `mtvec` (Machine Trap Vector).
- [/] **Trap Handling**:
- [/] 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).