qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Debian SID installation - IDE multimode problem


From: Thomas Glanzmann
Subject: Re: [Qemu-devel] Debian SID installation - IDE multimode problem
Date: Wed, 16 Jun 2004 22:37:56 +0200
User-agent: Mutt/1.5.6i

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




reply via email to

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