= Run= 1. Install qemu: - (Ubuntu): apt install qemu-system-x86 qemu-system-gui - (Arch Linux): pacman -S qemu qemu-arch-extra 2. Find a build to test - https://ls.ecomaikgolf.com/alma/builds/ 3. Download - wget https://ls.ecomaikgolf.com/alma/builds/CHANGEME.tar.gz - tar xf CHANGEME.tar.gz - cd CHANGEME 4. Run - qemu-system-x86_64 -machine q35 -cpu qemu64 -m 256M -bios bios.bin -netdev user,id=user.0 -device rtl8139,netdev=user.0,mac=ca:fe:c0:ff:ee:00 -object filter-dump,id=f1,netdev=user.0,file=log.pcap -boot d -cdrom alma.iso = Flash = To run in real hardware complete step 3 and flash it to a USB device: - sudo dd bs=4M if=alma.iso of=/dev/CHANGEME conv=fdatasync status=progress Remember that you must have certain hardware for it to work (PS2 keyboard, RTL8139 NIC, PCIe...). Even with that, running in real hardware is a dark dark place... things can go wrong.