From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KBFHm-0005sx-79 for mharc-grub-devel@gnu.org; Tue, 24 Jun 2008 16:38:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBFHh-0005pK-UN for grub-devel@gnu.org; Tue, 24 Jun 2008 16:38:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBFHg-0005nq-0d for grub-devel@gnu.org; Tue, 24 Jun 2008 16:38:37 -0400 Received: from [199.232.76.173] (port=38906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBFHf-0005ne-R9 for grub-devel@gnu.org; Tue, 24 Jun 2008 16:38:35 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]:63114) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBFHf-0007j2-E1 for grub-devel@gnu.org; Tue, 24 Jun 2008 16:38:35 -0400 Received: by ug-out-1314.google.com with SMTP id l31so19222ugc.48 for ; Tue, 24 Jun 2008 13:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=BxojVn8uS89hv0YFpq/mNj+xVvlETDade3m9pCAYoEc=; b=O0B6OyviaqBK1kNKGcHu03ZlRRFqRvP6QwvEtaD0qTkJ7W1x3jtumVYMqu7+u0Z5Nw KfN7WchrDT1txExXMy5MOYOLJ218aaHEfiH6w/H8aQ28cYtTprpPNsgyic5Ki6EV3rEA 7giWCJvWCg87oz4jkdgVvR57dSX7ZbtrV4PTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=d2X5emWPbzt0L5NH6sPOJY73cFjg5b2K1UFP5NJkjJdBfSmUXUAE6rv/AllcaBr1ui zlqqsBxfJOcez75u4aevTawW7xKd4JtyR4khqh0QWkHdK7C8CTh3ChOg8iBydsd0VSc+ OkQkbG3+4GjI7oeVChLUMAWH5zytIjkZhzIts= Received: by 10.66.232.10 with SMTP id e10mr91427ugh.71.1214339913177; Tue, 24 Jun 2008 13:38:33 -0700 (PDT) Received: from ?192.168.1.100? ( [213.37.137.93]) by mx.google.com with ESMTPS id x37sm77690ugc.74.2008.06.24.13.38.31 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Jun 2008 13:38:32 -0700 (PDT) From: Javier =?ISO-8859-1?Q?Mart=EDn?= To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Tue, 24 Jun 2008 22:38:36 +0200 Message-Id: <1214339916.16792.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 8bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: [PATCH] Loading windows in macbook 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: Tue, 24 Jun 2008 20:38:38 -0000 El mié, 25-06-2008 a las 04:11 +0800, Bean escribió: > 2. Macbook will halt if we disable a20, so I add a new option > --keep-a20 to keep the a20 gate open. Does any OS fail to boot if it has A20 enabled when it is jumped to? AFAIK some BIOS even had an option to enable it at POST time, so I think we should make this new option the default and have an option called "--reset-a20" or something like that.