ATOS
1.0.0
ATOS is an operating system inspired by OS/161. It is written in C, and is designed easy to understand, and lightweight (unlike my previous OS...).
For example, ATOS it only requires 3MB of RAM to run on an x86, and is only around 15000 lines of commented code (if you exclude the ACPICA driver).
It is currently only implemented for x86, but should be easy to port to other platforms (via the arch/ folder, and arch.h).
To run it in QEMU, use the following command: qemu-system-i386 -soundhw pcspk -hda build/output/disk.bin -m 8

It supports the following features:
The TODO list:

Copyright Alex Boxall 2022. See LICENSE and ATTRIBUTION for details.