adding readme
This commit is contained in:
parent
a6638d7af5
commit
0b7aa495a0
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue