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

264 B

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