[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Move loader.c out of the kernel
From: |
phcoder |
Subject: |
Re: Move loader.c out of the kernel |
Date: |
Sun, 22 Mar 2009 14:06:36 +0100 |
User-agent: |
Thunderbird 2.0.0.21 (X11/20090318) |
Yoshinori K. Okuji wrote:
On Sunday 22 March 2009 21:48:21 phcoder wrote:
Hello. Now when boot command isn't in kernel anymore I don't see why
loader.c stays in kernel. Here is the patch to move it to boot.mod
This is not useful in reality, because the loader interface needs to be
pre-loaded into core.img anyway.
Why? I successfully tested core.img with just pc fat and biosdisk
modules integrated. It loads boot.mod just fine and boots linux and
multiboot with no problem
> Note that the more you split code into
modules, the more the size of core.img is, as long as they are all
pre-loaded.
Regards,
Okuji
_______________________________________________
Grub-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/grub-devel
--
Regards
Vladimir 'phcoder' Serbinenko
- Move loader.c out of the kernel, phcoder, 2009/03/22
- Re: Move loader.c out of the kernel, Yoshinori K. Okuji, 2009/03/22
- Re: Move loader.c out of the kernel,
phcoder <=
- Re: Move loader.c out of the kernel, Yoshinori K. Okuji, 2009/03/22
- Re: Move loader.c out of the kernel, phcoder, 2009/03/22
- Re: Move loader.c out of the kernel, Yoshinori K. Okuji, 2009/03/22
- Re: Move loader.c out of the kernel, phcoder, 2009/03/22
- Re: Move loader.c out of the kernel, Yoshinori K. Okuji, 2009/03/22
- Re: Move loader.c out of the kernel, Robert Millan, 2009/03/22
Re: Move loader.c out of the kernel, phcoder, 2009/03/31