From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DtlUa-0002Le-49 for mharc-grub-devel@gnu.org; Sat, 16 Jul 2005 08:10:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtlTH-0001e6-DG for grub-devel@gnu.org; Sat, 16 Jul 2005 08:08:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtlSz-0001Tg-9F for grub-devel@gnu.org; Sat, 16 Jul 2005 08:08:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtlMN-0007aQ-6N for grub-devel@gnu.org; Sat, 16 Jul 2005 08:01:35 -0400 Received: from [194.251.242.242] (helo=fep17.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dtl6O-00009d-Vy for grub-devel@gnu.org; Sat, 16 Jul 2005 07:45:05 -0400 Received: from [80.222.166.89] by fep17.inet.fi with ESMTP id <20050716113617.UJWI26687.fep17.inet.fi@[80.222.166.89]> for ; Sat, 16 Jul 2005 14:36:17 +0300 Message-ID: <42D8F136.1050903@nic.fi> Date: Sat, 16 Jul 2005 14:36:22 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Mozilla Thunderbird (Windows/20050412) MIME-Version: 1.0 To: The development of GRUB 2 References: <200507161134.47186.okuji@enbug.org> In-Reply-To: <200507161134.47186.okuji@enbug.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gate a20 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: Sat, 16 Jul 2005 12:10:00 -0000 Yoshinori K. Okuji wrote: > So I have rewritten the gate a20 handling. I tested this a bit with my > computer, but this requires most testing. If you have a PC, please try it and > let me know the result. After your change VMWare complains following: *** Virtual machine kernel stack fault (hardware reset) *** The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down. If I comment out code at gate_a20_test_current_state (at start, check for A20), it works correctly.