No description
Find a file
2026-02-09 17:56:49 +00:00
src cleaning up debugging message to use kprintf 2026-02-09 17:56:49 +00:00
.gitignore ignoring folder and removing them 2026-02-08 21:24:58 +00:00
linker.ld page allocation 2026-02-09 00:13:00 +00:00
Makefile improved uart character printing and poweroff/restart 2026-02-08 22:06:36 +00:00
README.md adding readme 2026-02-09 03:48:05 +00:00

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