About ZeaxOS
ZeaxOS is an open-source hobby operating system written in C and Assembly.
The goal is to build an operating system from the ground up.
Building ZeaxOS
Requirements:
- GCC
- NASM
- GRUB tools
- QEMU or VirtualBox
Clone the repository:
git clone https://github.com/Yzedeka/Zeax
Build:
make
Running ZeaxOS
ZeaxOS currently runs through virtual machines.
qemu-system-i386 zeax.iso
Project Status
Version: ZeaxOS 1.2.2
Status: Early Development