Aeris is a modern, fast, and open-source POSIX-based operating system designed to be low on resources while maintaining a modern design and user interface.
This README is a work in progress. If you would like to contribute, please open an issue or pull request. Check Documentation/Styling.md for the coding style used in this project.
# Clone the repository
git clone https://github.com/Arvasyn/Aeris.git
# Change to the Aeris directory
cd Aeris
# Install needed tools
sudo apt install git make clang lld nasm xorriso qemu-system bear
# Install dependencies
make get-dependencies
# Build and run the operating system
make all