From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WA5mz-000093-Aa for mharc-grub-devel@gnu.org; Sun, 02 Feb 2014 17:45:21 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA2g8-0001Yf-8t for grub-devel@gnu.org; Sun, 02 Feb 2014 14:26:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WA2g2-0004h5-ND for grub-devel@gnu.org; Sun, 02 Feb 2014 14:26:04 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:63890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA2g2-0004gt-FI for grub-devel@gnu.org; Sun, 02 Feb 2014 14:25:58 -0500 Received: by mail-we0-f181.google.com with SMTP id w61so1353590wes.26 for ; Sun, 02 Feb 2014 11:25:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=eLjk8gYbIkaFTEEs0WnCe3SoUOoDUiLXZ14MmVNnM7Q=; b=HmmERopACCHvoTEqBZN1lXc8YgwxLZu77y77mY8O5hXLmgYwiMl33/5eczf0BSafBB 8EA6WwuEUO2LARzcZ09OzYF+mERAGMn2/gH1tbhxqaicbM7J35XupJENk206JlJy3f5e FyNPuGFilTc2027Tnfo9k/K2w1dc9WjTsnujD6gSnEHi69qW1ewIkLwvt1mKOZMAopYF fmXcSnjlGeqPvdv5lJH45g5aqwt85N8xRoG7ZPFdzAicQcmYnLeILsj1TPRWabCZe9J/ wjCkO34g+r7heQYbYhARRUMsGmZq/rtdao9eWzhscCsIL6cQSl90yjLhA9tjgoe0BpMG g/Uw== X-Received: by 10.194.240.41 with SMTP id vx9mr148498wjc.70.1391369157143; Sun, 02 Feb 2014 11:25:57 -0800 (PST) Received: from [127.0.0.1] (161.114.90.146.dyn.plus.net. [146.90.114.161]) by mx.google.com with ESMTPSA id f7sm37525231wjb.7.2014.02.02.11.25.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Feb 2014 11:25:56 -0800 (PST) Message-ID: <52EE9BBF.3090906@gmail.com> Date: Sun, 02 Feb 2014 19:25:51 +0000 From: Robert Parnell User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: grub2 code Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140202-0, 02/02/2014), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::235 X-Mailman-Approved-At: Sun, 02 Feb 2014 17:45:18 -0500 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: Sun, 02 Feb 2014 19:26:10 -0000 Hi I was just looking at the grub2 source code and saw that https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/grub2/trusty/view/head:/TODO says to contact with questions. I was looking at the source because I encountered a bug on my machine that has been previously reported (https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1027694) and thought I'd have a look to see if I could find the problem. So I have 2 questions: 1. Is the code on launchpad the up to date code? 2. Line 177 of https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/grub2/trusty/view/head:/grub-core/boot/i386/pc/startup_raw.S is a function that flushes the keyboard buffer, could this be what is causing the bug? Sorry if 2 seems like a stupid question- I've never looked at the grub source code before. Thanks Rob