2120 shaares
What is it?
- AquilaOS is a complete Operating System (kernel + system) that is designed to be POSIX compliant and mostly ISA transparent.
What is cool about it anyway?
- All interfaces implemented so far are POSIX compliant.
- It compiles with -O3.
- Lua 5 is ported to it without changing a single line of code.
- It should be simple for anyone to read and understand the code.