Z.eSystem Plus 3 installation
1. Install release
First, download the os.img file from the GitHub releases section.
2. Create hard disk
After that, create a hard disk.
qemu-img create -f raw hdd.img 25M3. Run installer disk
After that, run the installer disk.
qemu-system-i386 -drive file=hdd.img,format=raw,if=none,id=drive-hdd -device ide-hd,bus=ide.0,unit=0,drive=drive-hdd -drive file=os.img,format=raw,if=none,id=drive-os -device ide-hd,bus=ide.0,unit=1,drive=drive-os,bootindex=1A window will open. Once Z.eSystem boots, enter the following command into Z.eSystem:
install
After that, it will ask you to format the disk; type "e".
After that, turn off the computer.
shutdown
4. Run hdd
Finally, run this command:
qemu-system-i386 -drive file=hdd.img,format=raw,index=0,media=diskZ.eSystem is now ready for use!