SquidgeOS/README.md
2026-02-09 03:48:05 +00:00

18 lines
No EOL
264 B
Markdown

# SquidgeOS
RISC-V Operating System.
## Roadmap
[x] Machine Mode initialization
[x] UART Driver
[X] Trap / Panic
[x] Heap Allocator with coalescing
[ ] Context Switching / Multi-threading
[ ] Timer Interrupts (Round Robin)
[ ] User Mode (U-Mode) transition