From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUONq-0002lb-4N for qemu-devel@nongnu.org; Tue, 25 Oct 2005 08:58:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUONn-0002ju-Cw for qemu-devel@nongnu.org; Tue, 25 Oct 2005 08:58:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUONm-0002jb-9d for qemu-devel@nongnu.org; Tue, 25 Oct 2005 08:58:26 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUONm-0003lM-K4 for qemu-devel@nongnu.org; Tue, 25 Oct 2005 08:58:26 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j9PCwKPU017902 for ; Tue, 25 Oct 2005 08:58:20 -0400 (EDT) Date: Tue, 25 Oct 2005 08:58:16 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Is it possible run qemu on windows nt ? Message-ID: <20051025125816.GA16903@jbrown.mylinuxbox.org> References: <0CD1A04B15A3D311B03C0004AC4C63920A770545@spb2.warszawa.zus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0CD1A04B15A3D311B03C0004AC4C63920A770545@spb2.warszawa.zus> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Oct 25, 2005 at 10:08:38AM +0200, WarownyR@zus.pl wrote: > Hi > > I downloaded qemu from internet (the .exe binary) and try to run it on > windows nt. but it fails to start. It just exits silently and nothing > happens. This is polish version of windows nt workstation with service pack > 6. I tried different versions of qemu from 0.7.0 to 0.7.2 but with the same > resoult. Here are the commands I run, and it's output: > > qemu freedos.dsk > echo %ERRORLEVEL% > 0 My guess: you need the -L option to tell qemu where the bios files are. The reason you see no errors is due to a bad design on the part of qemu for windows: it doesn't write the errors onto a console window. There are ways to correct for this, though. > > Radek > -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.