qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mike Swanson <mikeonthecomputer@gmail.com>
To: jcjalp@access4less.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Using QEMU to run Win98 and up in Mac OS
Date: Fri, 11 Mar 2005 19:31:20 -0800	[thread overview]
Message-ID: <79bf98480503111931446466e5@mail.gmail.com> (raw)
In-Reply-To: <42324c38.32b.7f0.16126@access4less.net>

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	other threads:[~2005-03-12  3:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-12  1:56 [Qemu-devel] Using QEMU to run Win98 and up in Mac OS jcjalp
2005-03-12  3:31 ` Mike Swanson [this message]
2005-03-12  8:12   ` Jose Lopez-Parga
  -- strict thread matches above, loose matches on Subject: below --
2005-03-12 10:42 Hans Christian Studt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=79bf98480503111931446466e5@mail.gmail.com \
    --to=mikeonthecomputer@gmail.com \
    --cc=jcjalp@access4less.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).