- ADS: Custom algorithm & data structures. Replacement for STL.
- Kernel: i386 Kernel
- ELFLoader: Simple x86-64 ELF loader.
- Userland: List of user-space running applications.
Install all dependencies
sudo apt install build-essential cmake texinfo libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-gui qemu-system-x86 qemu-utils
In order to build the kernel you need to build the toolchain first using
./BuildToolchain.sh