From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E4K1F-0001jx-HJ for mharc-grub-devel@gnu.org; Sun, 14 Aug 2005 11:03:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4K15-0001fx-72 for grub-devel@gnu.org; Sun, 14 Aug 2005 11:03:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4K0s-0001YH-EF for grub-devel@gnu.org; Sun, 14 Aug 2005 11:03:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4K0r-0001WE-OE for grub-devel@gnu.org; Sun, 14 Aug 2005 11:03:01 -0400 Received: from [64.233.170.207] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4K9K-0002wq-FG for grub-devel@gnu.org; Sun, 14 Aug 2005 11:11:46 -0400 Received: by rproxy.gmail.com with SMTP id c16so695574rne for ; Sun, 14 Aug 2005 07:56:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ri2Awt+TR4iBkSqs8sP+GX5f80AbNd8yc5B+t47iwNYVZ8lccW74u12hp30jn7zyh7bUz1aUh3Bw4mxMV8bYNjZwH5hYhW5q3jpy9wcwV7L6XNE1+yunN5Eu9N59gdMdaIlTtcHVVHIbgtvJpnSD6AyCu4PNGCqiMOO32MCWHYY= Received: by 10.38.207.73 with SMTP id e73mr1668740rng; Sun, 14 Aug 2005 07:56:12 -0700 (PDT) Received: from ?192.168.1.100? ([83.76.3.140]) by mx.gmail.com with ESMTP id a67sm2146150rne.2005.08.14.07.56.10; Sun, 14 Aug 2005 07:56:12 -0700 (PDT) Message-ID: <42FF5B85.5090103@gmail.com> Date: Sun, 14 Aug 2005 16:56:05 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <200508071939.45278.okuji@enbug.org> <200508122211.30478.okuji@enbug.org> <42FEF726.2090201@gmail.com> <200508141631.15781.okuji@enbug.org> In-Reply-To: <200508141631.15781.okuji@enbug.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: GRUB 1.90 is released 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, 14 Aug 2005 15:03:18 -0000 Yoshinori K. Okuji wrote: >Only if you prove that the current implementation does not work, I will >consider it. > >I have already investigated how other systems deal with Gate A20. For example, >Linux does not do such a thing, but nobody has reported that it does not >work. > > > Ok. after all if someone has problems with current realization he can write a bug report. If noone reports this issue, so noone needs it >Did you really read the code? GRUB tries to enable Gate A20 until it is >enabled. What is wrong with this? > > > this outb is in checking routine. Nothing wrong >>On the same page it's written that some laptops have the problem with >>0x0 and 0x100000 addresses. Perhaps we should move the test address? >> >> > >GRUB does not use such addresses. > > > Oh sorry I just confused addl and movl Vladimir