qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: ecos and qemu


From: Jani Monoses
Subject: Re: [Qemu-devel] Re: ecos and qemu
Date: Fri, 23 Jul 2004 18:05:16 +0300

I'm looking at it right now.
It works also if you extend the floppy image to be 1440M.
something like this

dd if=/dev/zero of=$TMP bs=1024 count=1440
dd if=$FLOPPY of=$TMP conv=notrunc
now $TMP has the extended image.

bdrv_read() drops the last part of the image if it's not 512.
So if the last part of the image is important.... :)

Jani


> 
> That's very interesting.  At least part of the problem I've had
> with Windows NT 3.51 appears to be floppy-related.  I'll have to
> see if I can try anything similar.
> -- 
> "Let others praise ancient times; I am glad I was born in these."
> --Ovid (43 BC-18 AD)
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel




reply via email to

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