qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Using QEMU to run Win98 and up in Mac OS


From: Mike Swanson
Subject: Re: [Qemu-devel] Using QEMU to run Win98 and up in Mac OS
Date: Fri, 11 Mar 2005 19:31:20 -0800

You need to create a hard disk image first (1 gigabyte is fine for
Windows). You also need a boot disk (bootdisk.com) to start the setup
program on the Windows 98 CD-ROM. (Why the Win9x discs weren't
bootable... I don't know, ask Microsoft)

QEMU's command is pretty simple:
qemu -hda win98.hd -cdrom /dev/cdrom -fda bootdisk.fd -boot a

the -hda parameter is for the first hard disk in the virtual system.
-cdrom is for the cdrom, -fda is for the first floppy, and -boot is
the first boot device.

When Windows 98 wants to reboot for the first time, reboot but exit
QEMU when it does so. Then remove the floppy and boot parameters. It
should boot from the hard disk, as Win98 expects.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]