# Melvix
## Build * Use any system running GNU/Linux (Successfully tried building on Debian, Arch Linux and even OpenBSD) * Install build dependencies (package names may vary depending on your operating system) * binutils * gcc * make * bison * flex * gmp * mpc * mpfr * texinfo * curl * nasm * grub * qemu * Build a cross compiler using `make cross` * Run `make build` * Test Melvix in QEMU (opens after `make test`) * Optional: Flash the built ISO to a USB/Floppy/CD drive using `sudo dd if=./build/melvix.iso of=/dev/sdX bs=4M oflag=sync`