At first we should install qemu
Code: Select all
emerge qemuWhen qemu is masked you have to unmask it
Code: Select all
qemu-img create disk.img 5G5G - size of your virtual disk (in gigabytes)
When we created virtual disk, we can start the system
a)Booting from CD
Code: Select all
qemu -hda disk.img -cdrom /dev/cdrom -boot dCode: Select all
qemu -hda disk.img -cdrom system.iso -boot d----------------------------------------------------------------------------------------------------------------
You should see windows 98 installer. Then you install windows(it lasts 30 - 60 min). I think it's very simple
3.Running win 98
Code: Select all
qemu -user-net -enable-audio -localtime -m 192 -hda dysk.img -cdrom /dev/cdrom -smb share -boot c-m 192 -> creates ramdisk for windows98
-localtime -> win98 will be using localtime
-smb share -> you can give permission to share files in samba, which can be used by Windows
-boot c ->start from hard disk
Enjoy
Here is my screenshot





