Daily Shaarli

All links of one day in a single page.

May 15, 2018

AquilaOS - POSIX compliant Operating System

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.