FuzeOS
1.0.0
An experimental x86_64 hobby OS project.
git clone to test the kernel with the pre-build bootloader or,
make init_edk2 after cloning to fetch EDK2 + all its submodules.
Build full system with disk images (losetup requires root):
make kernel
make fs
make img
Run the full system from the disk image:
make run
make bootloader.