From: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
To: Qemu Mailing List <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Debian SID installation - IDE multimode problem
Date: Wed, 16 Jun 2004 22:37:56 +0200 [thread overview]
Message-ID: <20040616203756.GI24043@cip.informatik.uni-erlangen.de> (raw)
In-Reply-To: <200406162232.27615.jm@poure.com>
Hi,
> Do you know what it means?
that means that maybe something has to be fixed in the ide simulator of
qemu. But you can disable MULTIMODE by editing hw/ide.c and set this:
/* set to 1 set disable mult support */
#define MAX_MULT_SECTORS 16
to this:
/* set to 1 set disable mult support */
#define MAX_MULT_SECTORS 1
It is located around line 188. And retry. Maybe it helps you at the
moment.
Thomas
next prev parent reply other threads:[~2004-06-16 20:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-16 20:32 [Qemu-devel] Debian SID installation - IDE multimode problem Jean-Michel POURE
2004-06-16 20:37 ` Thomas Glanzmann [this message]
2004-06-17 8:09 ` Jean-Michel POURE
2004-06-17 9:33 ` Jean-Michel POURE
2004-06-17 10:29 ` [Qemu-devel] User-net proxy problem Jean-Michel POURE
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=20040616203756.GI24043@cip.informatik.uni-erlangen.de \
--to=sithglan@stud.uni-erlangen.de \
--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).