From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KawY8-0004iZ-EP for mharc-grub-devel@gnu.org; Wed, 03 Sep 2008 13:53:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KawY6-0004hw-Ip for grub-devel@gnu.org; Wed, 03 Sep 2008 13:53:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KawY5-0004hM-10 for grub-devel@gnu.org; Wed, 03 Sep 2008 13:53:46 -0400 Received: from [199.232.76.173] (port=43983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KawY4-0004hJ-Rt for grub-devel@gnu.org; Wed, 03 Sep 2008 13:53:44 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:58418 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KawY4-00047Z-5w for grub-devel@gnu.org; Wed, 03 Sep 2008 13:53:44 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi1.inet.fi (8.5.014) id 48B55E9A005E4155 for grub-devel@gnu.org; Wed, 3 Sep 2008 20:53:43 +0300 Message-ID: <48BECF2A.4080703@nic.fi> Date: Wed, 03 Sep 2008 20:53:46 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <48BD4C52.6040308@gmail.com> <1220367299.23879.15.camel@localhost> <48BD62BE.7090507@gmail.com> <1220373059.23879.25.camel@localhost> <48BD8847.9030502@gmail.com> <1220386216.23879.55.camel@localhost> <48BDBC96.3010602@gmail.com> <1220398682.23879.70.camel@localhost> <48BEC43A.1000309@nic.fi> <48BECDDD.5040502@gmail.com> In-Reply-To: <48BECDDD.5040502@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Sendkey patch 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: Wed, 03 Sep 2008 17:53:46 -0000 phcoder wrote: > Hello. In this case we can transfer the whole functionality located in > kern/loader.c to a dedicated module boot.mod. This module will also > register "boot" command. In this way the encapsulation won't be broken > and kernel will become even smaller. Remember that realmode code needs to reside below < 1 MiB. That is the reason realmode code is embedded in kernel. In there you only see jumps to RM and back to PM.