The AneoEngine Operating System
Latest distrobution builds:
AneoEngine V1.0 - Latest distro (ISO)
AneoEngine V1.0 - Latest build script (BASH)
Running Natively
You can either burn a CD/DVD or flash a USB with the AneoEngine.ISO file.
For Linux you can run the following:
'lsblk' to see your USB device
'sudo dd if=AneoEngine.ISO of=/dev/sdX' to flash the ISO, replace 'sdX with your device.
Or you can use BalenaEtcher
For Windows you can use either Rufus or BalenaEtcher.
Running on QEMU
QEMU works on all modern operating systems. To run on QEMU run the following:
$ qemu-system-i386 -cdrom AneoEngine.ISO
$ qemu-system-x86_64 -cdrom AneoEngine.ISO