Re: Re: [Qemu-devel] kqemu 0.6.2 and XP

2005-04-18 Thread Ben Taylor
"Andreas Bollhalder" <[EMAIL PROTECTED]> > > I tried the math on my WinXP host with Win2k guest. > > When using the following math with my 8192MB QCOW image, QEMU refuse > to start: > > 1 Block = 512 Bytes > > Cylinders = Blocks / (Heads * Sectors) > > (kBytes * 2) / (16 * 63) > (8388608 kByte

Re: Re: [Qemu-devel] kqemu 0.6.2 and XP

2005-04-18 Thread Andreas Bollhalder
I tried the math on my WinXP host with Win2k guest. When using the following math with my 8192MB QCOW image, QEMU refuse to start: 1 Block = 512 Bytes Cylinders = Blocks / (Heads * Sectors) (kBytes * 2) / (16 * 63) (8388608 kBytes * 2) / (16 * 63) For 8192MB Image: -hdachs 16644,16,63 I brut

Re: Re: [Qemu-devel] kqemu 0.6.2 and XP

2005-04-16 Thread Ben Taylor
Michael Hoeller <[EMAIL PROTECTED]> wrote: > Hello Ben, > > I compiled with kqemu support - the version which works is the with or > without kqemu? Both. > Just to double check, I created the virtual partition with dd of=win.img > bs=1024 seek=200 count=0 I forgot one very important part.