adding new task

This commit is contained in:
Liam Kerr 2026-02-09 20:03:16 +00:00
parent 00274fc726
commit 7125823505

View file

@ -25,6 +25,7 @@ RISC-V Operating System.
- [ ] Interface with RISC-V CLINT (Core Local Interrupter).
- [ ] Implement a system heartbeat (ticks).
- [ ] **External Interrupts**: Setup PLIC (Platform-Level Interrupt Controller).
- [ ] **Keyboard Driver** (Input Buffer & Scancode Processing)
### Phase 3: Multitasking & Scheduling
- [ ] **Task Structure**: Define `task_struct` (PID, State, Stack Pointer, Priority).