acadia/README.md

7 lines
258 B
Markdown
Raw Normal View History

2023-05-31 00:03:44 -07:00
# AcadiaOS
AcadiaOS is a hobby operating system Iuse to explore and learn about OS development.
It is built on top of a small microkernel (currently ~3k LOC) that
is capability based and provides memory management, process scheduling, and hardware access.