Skip to content

Z.eSystem Plus 2

Choose a tag to compare

@ZeSystem-Inc ZeSystem-Inc released this 11 Jul 11:16
43f4152

How to Install:

Part 1: Creating the Disk Image

First, create the disk image using the following command:

qemu-img create -f raw hdd.img 10M

Part 2: Installing the System

Next, boot the installation media:

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=1

A QEMU window will appear showing the following output:

PCI OK!
PCI Controller OK!
Kaydedilme basarili!
Icerik: Merhaba ESFS
Yukleme basarili!
Silme basarili oldu!
Z.eSystem Plus'a hosgeldiniz!
Yardim almak icin 'help' yazin.

Once Z.eSystem boots up, enter the following command:

> install

After the installation is complete, power off the system:

> shutdown

Part 3: Booting the Installed System

After shutting down, run the system from the hard disk:

qemu-system-i386 -drive file=hdd.img,format=raw,index=0,media=disk

You are now ready to use Z.eSystem!