• v0.1.0 b8ca749a6c

    Luna April 24 release - 0.1.0
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    apio released this 2023-04-24 20:49:07 +00:00 | 938 commits to main since this release

    It's been half a year and 800 commits since the last release...

    Changelog:

    • Rewrote every part of the operating system from scratch, using proper C++ instead of C-like C++.
    • Thanks to this, the system (especially the kernel) is literally a thousand times more stable.
    • No longer using liballoc, instead a custom malloc is used (everything is really from scratch now).
    • Proper readable and writable VFS (no disk support this time either... for now).
    • Value-based error handling, instead of barely no error handling.
    • No privilege escalation bugs in mprotect (although there is no mprotect as of now).
    • So much more...

    ISO: pub.cloudapio.eu

    Luna in its current state

    Downloads