Rust OS built around an UNIX-Like kernel
Lavender is yet another original OS made using Rust and using the Limine bootloader It currently only supports x86_64 with UEFI and CPUID.
- Install QEMU (See: https://www.qemu.org/download/)
To build:
make buildTo run the kernel using QEMU: This will download Limine and setup the ISO to boot from.
make run