From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOOv6-0006gW-0r for qemu-devel@nongnu.org; Thu, 13 May 2004 18:43:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOOtv-0005vL-3q for qemu-devel@nongnu.org; Thu, 13 May 2004 18:42:35 -0400 Received: from [193.252.22.28] (helo=mwinf0301.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOOt3-0005YT-AW for qemu-devel@nongnu.org; Thu, 13 May 2004 18:41:09 -0400 Received: from bellard.org (ATuileries-112-1-3-52.w81-48.abo.wanadoo.fr [81.48.134.52]) by mwinf0301.wanadoo.fr (SMTP Server) with ESMTP id 041F240080B for ; Fri, 14 May 2004 00:41:08 +0200 (CEST) Message-ID: <40A3FA0C.50009@bellard.org> Date: Fri, 14 May 2004 00:43:24 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Command line / invocation References: <20040513013633.97082.qmail@web51101.mail.yahoo.com> <007801c438aa$b88a8ca0$010aa8c0@afina> In-Reply-To: <007801c438aa$b88a8ca0$010aa8c0@afina> 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: qemu-devel@nongnu.org I just updated the web site to include more information about the Windows port. Fabrice. kazu wrote: > Hi, > > Sylvain Petreolle wrote: > > >>The help actually says we have to use "-boot [a|b|c|d]" to specify the disk > > to boot on. > >>This doesnt work, saying there is no such option. >>Correct syntax seems to be "--boot", the same applies to --hda and --cdrom. > > > There isn't getopt_long_only function in MinGW library. So double hyphen > "--" is needed for long option which is more than two characters. > > I have written mini how to on Windows. Please see my site. > > Regards, > kazu > http://www.h7.dion.ne.jp/~qemu-win/