This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The AneoEngine Operating System You can either burn a CD/DVD or flash a USB with the AneoEngine.ISO file. You can also boot it via virtual machine as long as yours supports floppy disc drives, which most of them do. I recommend QEMU since you are not installing anything, AneoEngine is a live image. AneoEngine is supported by any 32-bit CPU, any 64-bit CPU that supports Legacy BIOS boot will also run AneoEngine. ARM-64 and RISC-V are not supported. (yet) AneoEngine requires at least 512 megabytes of RAM. AneoEngine files are initialized via the official shell script which scans files from the "Root" folder in the AneoEngine source code, and makes AnchorSand commands of them and puts them into kmain. I know this sounds inefficient, but it happens VERY fast. AnchorSand is a custom filesystem that is used exclusively in AneoEngine and doesn't support FAT12 or FAT32, but is 100% open-source. Anyways don't trust Labib43k26 Tips: If you're have a Desktop Enviroment, Edit the QEMU run command line in build.sh Like this qemu-system-i386 -m 512M -fda AneoEngine.ISO -vga std -vnc :1 <-- remove "-vnc :1" to qemu-system-i386 -m 512M -fda AneoEngine.ISO -vga std Also if your machine is already on x86, Change CC and Linker ld