From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1R6Uss-00019o-JZ for mharc-grub-devel@gnu.org; Wed, 21 Sep 2011 18:03:14 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Usq-00019i-8C for grub-devel@gnu.org; Wed, 21 Sep 2011 18:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Usp-0004ET-61 for grub-devel@gnu.org; Wed, 21 Sep 2011 18:03:12 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:48856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Usp-0004EB-1V for grub-devel@gnu.org; Wed, 21 Sep 2011 18:03:11 -0400 Received: by fxh17 with SMTP id 17so2431269fxh.0 for ; Wed, 21 Sep 2011 15:03:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=1YGuqXPNNk63+jVOnTcXW6Vskp1n6lT1GCG6cqQ0N7Q=; b=ZjWjECP+0iX/DpdsWfBRUEuGKqVIK9cUUqmp/uDe+5I/wKfKWCJ8ybaiIOW2KcgbkB wYHS7ZZhwgCzAHYjS1P4qMsjx746JBMGEYlEPMtYVVl5wJ/C+xK3yJ7vDocYB1b/127m B12mSQF7Tj76CNqEkFSK2AOqCIs85gNk+H5ik= Received: by 10.223.31.16 with SMTP id w16mr1737220fac.148.1316642589540; Wed, 21 Sep 2011 15:03:09 -0700 (PDT) Received: from debian.x201.phnet (gprs17.swisscom-mobile.ch. [193.247.250.17]) by mx.google.com with ESMTPS id l9sm5491757faa.26.2011.09.21.15.03.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 21 Sep 2011 15:03:07 -0700 (PDT) Message-ID: <4E7A5F11.4060600@gmail.com> Date: Thu, 22 Sep 2011 00:02:57 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Iceowl/1.0b2 Icedove/3.1.13 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH 0/2] Disable functionality that doesn't work on MINGW32 References: <4E7A574B.7040602@dell.com> In-Reply-To: <4E7A574B.7040602@dell.com> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6A87EA0C96EC3DF9765F1813" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 22:03:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6A87EA0C96EC3DF9765F1813 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 21.09.2011 23:29, Mario Limonciello wrote: > The following two patches are for disabling some specifics that will > not work on MINGW32. > > Vladimir explicitly expressed disinterest in going the route of #undef > GRUB_UTIL, but it seems to be the most appropriate method in the first > patch to me because MINGW32 does not support ttys and won't ever. > GRUB_UTIL means that we run under an OS and use it. While Windows is a low-quality one, it's still one, so GRUB_UTIL must be defined. Correct way to dial with this issue is to add a windows equivalent of this code (requesting password from user). > The second patch just matches other code, since there is no > grub_util_get_fd_sectors defined on MINGW32. This will at least get > the file compiling with potentially broken functionality, which I see > as an improvement over not compiling and no functionality. > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig6A87EA0C96EC3DF9765F1813 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk56XxgACgkQNak7dOguQgldEAD/eZRPrF3e53riv6S1D6sDW3B+ j3vqIydCz726o8OcSvIBAIqeSLNUHJU81wa68mW55rHr2V8Qvbu+BJEZcolLArV6 =/L7p -----END PGP SIGNATURE----- --------------enig6A87EA0C96EC3DF9765F1813--