Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread octane indice
> This probably isn't exactly the right question for a > development mailing > list, but the user-forumns did not seem to exist, so I hope > you will > forgive me or tell me where to ask a question like this. > > I have an image of a Window's 95 hard disk, dd'd directly off > the disk itself. I c

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread Wesley Parish
My suggestion: dd if=/dev/fd0 bs=512 of=win95.img when fd0 contains a Win95 boot floppy with some diagnostics. Then qemu -boot a -fda win95.img -hda win95 & and run the diagnostics. That should tell you if there's an error in the image itself, perhaps in the MBR. If it's not in the image, then

Re: [Qemu-devel] Wrong date in a linux Client under Windows host

2005-10-11 Thread djame
Thanks, I saw on the bugzilla and since they mark it as resolved, i can't see any patch to qemu or something to cure that ? Filip Navara a écrit : Can be related to http://www.reactos.org/bugzilla/show_bug.cgi?id=716 - Filip djame wrote: Are we the only persons with this problem ?

[Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread Leah Cunningham
This probably isn't exactly the right question for a development mailing list, but the user-forumns did not seem to exist, so I hope you will forgive me or tell me where to ask a question like this. I have an image of a Window's 95 hard disk, dd'd directly off the disk itself. I can mount the ima

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-10-11 Thread Lars Bakker
Hello! Did you find out why qemu's networking is so slow? Is that a general issue or is it just happening when running qemu on windows? What has actually been changed in version 0.7.2? (The changelog says that improvements were made in user-mode-networking) I guess the best way is to understand