From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BaVKx-0008NE-Vu for qemu-devel@nongnu.org; Wed, 16 Jun 2004 04:00:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BaVKw-0008Lo-Q5 for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:59:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaVKw-0008LS-O9 for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:59:58 -0400 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BaVJg-0004Z8-3W for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:58:40 -0400 Message-ID: <40CFFC0B.9080101@wasp.net.au> Date: Wed, 16 Jun 2004 11:51:39 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Win2k disk full message References: <40CFFA4C.3080508@simtreas.ru> In-Reply-To: <40CFFA4C.3080508@simtreas.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Vladimir N. Oleynik" Cc: qemu-devel@nongnu.org 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