18 lines
No EOL
264 B
Markdown
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 |