diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1a2b48 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file