From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KXIGN-000223-JL for mharc-grub-devel@gnu.org; Sun, 24 Aug 2008 12:16:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXIGM-00021Q-E5 for grub-devel@gnu.org; Sun, 24 Aug 2008 12:16:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXIGL-00020u-Qj for grub-devel@gnu.org; Sun, 24 Aug 2008 12:16:22 -0400 Received: from [199.232.76.173] (port=45976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXIGL-00020k-LH for grub-devel@gnu.org; Sun, 24 Aug 2008 12:16:21 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:47035 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXIGL-00005s-43 for grub-devel@gnu.org; Sun, 24 Aug 2008 12:16:21 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni2.inet.fi (8.5.014) id 489066C50114C95F for grub-devel@gnu.org; Sun, 24 Aug 2008 19:16:20 +0300 Message-ID: <48B18960.5030909@nic.fi> Date: Sun, 24 Aug 2008 19:16:32 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <48B156D5.4020203@t-online.de> <48B1868A.8050608@nic.fi> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Mingw support for grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 16:16:22 -0000 Bean wrote: > On Mon, Aug 25, 2008 at 12:04 AM, Vesa J=E4=E4skel=E4inen wrote: >> Bean wrote: >>> Yes, it works, although mingw can't use device names like /dev/sda, >>> but it can use windows special name //./PHYSICALDRIVE0. >> That should be with back slashes ('\'). Or is there some hack somewher= e >> to support that? >=20 > Hi, >=20 > Mingw would translate / to \, so both are ok. But using / is more > clear, as \ is the escape character in cygwin shell, so we need to use > two of them, \\\\.\\PHYSICALDRIVE0. In cygwin shell... yes... but mingw programs are not meant to be run under that. Mingw programs are native windows programs.