From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DA2Iv-0000Wa-Tp for qemu-devel@nongnu.org; Sat, 12 Mar 2005 03:49:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DA2Im-0000RJ-TW for qemu-devel@nongnu.org; Sat, 12 Mar 2005 03:48:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DA2Ie-0000Jx-4p for qemu-devel@nongnu.org; Sat, 12 Mar 2005 03:48:44 -0500 Received: from [64.63.192.251] (helo=smtp3.ispsnet.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DA1je-0001py-Gj for qemu-devel@nongnu.org; Sat, 12 Mar 2005 03:12:34 -0500 Message-ID: <4232A479.3000003@access4less.net> Date: Sat, 12 Mar 2005 02:12:41 -0600 From: Jose Lopez-Parga MIME-Version: 1.0 Subject: Re: [Qemu-devel] Using QEMU to run Win98 and up in Mac OS References: <42324c38.32b.7f0.16126@access4less.net> <79bf98480503111931446466e5@mail.gmail.com> In-Reply-To: <79bf98480503111931446466e5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Swanson Cc: qemu-devel@nongnu.org Mike, First of all, thanks ! Second, 1. When you talk about creating a hard disk image, can I use one of those 3 GB empty (*.bz2) images available on sites like PearPC and such? 2. I am also assuming that in you command line below, win98.hd is that image. 3. Since you also have /dev/cdrom, I am assuming that I need to put the Win98SE disk in the Mac cd drive . Right? Jose Mike Swanson wrote: >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. > > > >