Subject: Re: bochs : panic with disk c
To: Richard PLOIX <richard.ploix@gsi.fr>
From: Frederick Bruckman <fb@enteract.com>
List: port-i386
Date: 05/22/2001 09:38:48
On Tue, 22 May 2001, Richard PLOIX wrote:

> then, I simulate a disk c in /bochs/46M like this :
> diskc: file=/bochs/46M, cyl=940, heads=6, spt=17.

Does the file exist? The file needs to exist, and to actually be 46M
in size. You can make the file with

  dd if=/dev/zero of=/bochs/46M count=95880


> I put the logfile /bochs/bochs.out.
> the was :
> 26439 *** io read 3c5 case 1: sequencer clocking mode
> bochs: panic,
> prefetch: EIP > CS.limit
> 136890 Last time is 990467399


Frederick