Hobby x86-64 bit operating system with the purpose of learning about kernel and operating system development.
- Compiler g++
- Language: ASM, C, C++
- Build system: CMAKE
- Bootloader: Limine
- Emulator: QEMU
- Clone the project
git clone https://github.com/marksinkovics/FeatherOS.git - Build the project with all components
./build.sh allIn the case of successful build the script will run the build kernel in QEMU - Run the built kernel in QEMU
./build.sh run
