An hobbyist Unix-like operating system which aims to be simple and customizable.
The prebuild iso file is available in the Release tab.
In order to build it you need to install the following dependencies:
meson, ninja, nasm, xorriso.
Furthermore, you need LLVM Clang >= 18.
Creates the build dir:
./configure.pyCompiles the kernel:
cd build
ninjaBuilds the ISO:
ninja phoenix-x86_64.isoFeel free to contribute with pull requests and issues.