qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Win2k disk full message


From: Brad Campbell
Subject: Re: [Qemu-devel] Win2k disk full message
Date: Wed, 16 Jun 2004 11:51:39 +0400
User-agent: Mozilla Thunderbird 0.6+ (X11/20040602)

Vladimir N. Oleynik wrote:
Brad,

 > Well, it's right. The disk really is full.

 > It fills up with \WINNT\security\edbxxxx.log
 > Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount
 > them and delete the lot, then resume the install and see what happens.

You can try my last patch for destroy "w2k inst disk full".
This patch have also:
1) support old gcc and glibc
2) remove debugging and make platform-specific
function aligned for make speed up (may be true for softmmu only)
3) remove strange (erronyous) code "-errno" from vl.c
4) close file from slirp/slirp.c (very small point, but..)

Thanks Vods, I'm giving it a spin up now

Compile fails with these messages (and a couple more). I worked around them with
#define log(s...) {}

gcc -Wall -O2 -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/brad/src/qemu/target-i386 -I/home/brad/src/qemu -D_GNU_SOURCE -I/home/brad/src/qemu/slirp -c -o sb16.o /home/brad/src/qemu/hw/sb16.c
/home/brad/src/qemu/hw/sb16.c:29:1: warning: multi-line comment
gcc -Wall -O2 -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/brad/src/qemu/target-i386 -I/home/brad/src/qemu -D_GNU_SOURCE -I/home/brad/src/qemu/slirp -c -o dma.o /home/brad/src/qemu/hw/dma.c /home/brad/src/qemu/hw/dma.c:89:54: pasting ""dma: "" and ""invalid channel %#x %#x\n"" does not give a valid preprocessing token /home/brad/src/qemu/hw/dma.c:103:49: pasting ""dma: "" and ""invalid channel read %#x\n"" does not give a valid preprocessing token /home/brad/src/qemu/hw/dma.c:174:53: pasting ""dma: "" and ""command %#x not supported\n"" does not give a valid preprocessing token /home/brad/src/qemu/hw/dma.c:240:47: pasting ""dma: "" and ""dma: unknown iport %#x\n"" does not give a valid preprocessing token

bklaptop:~>gcc --version
gcc (GCC) 3.3.3 (Debian 20040422)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I'll let you know how the rest of it goes. A win2k install on this machine 
takes hours.

Regards,
Brad




reply via email to

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