adding readme

This commit is contained in:
Liam Kerr 2026-02-09 03:48:05 +00:00
parent a6638d7af5
commit 0b7aa495a0

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# 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