Hobby Operating System
Go to file
Drew Galbraith 3dce058562 [Victoria Falls] Fix DirEntry member size 2023-07-31 23:42:52 -07:00
lib [libc] Consume the %s format character in vsprintf 2023-07-31 23:42:52 -07:00
scripts Add a text file to the sysroot for testing ext2 2023-07-31 23:42:52 -07:00
sys [Victoria Falls] Fix DirEntry member size 2023-07-31 23:42:52 -07:00
sysroot Add a text file to the sysroot for testing ext2 2023-07-31 23:42:52 -07:00
toolchain Build GCC/Binutils toolchain in tree. (#1) 2023-06-15 18:39:14 -04:00
zion [glacier] Add a vector class 2023-06-26 15:46:03 -07:00
.ccls Specify our target in .ccls 2023-06-16 23:15:41 -07:00
.clang-format
.gdbinit
.gitignore
CMakeLists.txt [victoria] Create and start VictoriaFalls process 2023-06-22 00:22:59 -07:00
LICENSE Add LICENSE and README 2023-05-31 00:03:44 -07:00
README.md Add LICENSE and README 2023-05-31 00:03:44 -07:00
init-dbg.sh Build GCC/Binutils toolchain in tree. (#1) 2023-06-15 18:39:14 -04:00

README.md

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.