grub/loader
robertmh 10fc3eb9a7 2008-11-14 Robert Millan <rmh@aybabtu.com>
* include/grub/i386/coreboot/memory.h (GRUB_MEMORY_MACHINE_LOWER_SIZE):
        Redefine to match with GRUB_MEMORY_MACHINE_UPPER_START (0x100000).  We
        don't want to mess with lower memory, because it is used in the Linux
        loader.

        * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
        an appropiate place in lower memory, between 0x10000 and 0x90000,
        like loader/i386/efi/linux.c does.  Linux often panics if real_mode_mem
        is in our heap (probably as a result of it being corrupted during
        decompression).
2008-11-14 19:04:26 +00:00
..
efi 2008-07-17 Bean <bean123ch@gmail.com> 2008-07-17 09:50:26 +00:00
i386 2008-11-14 Robert Millan <rmh@aybabtu.com> 2008-11-14 19:04:26 +00:00
ieee1275 2008-07-15 Pavel Roskin <proski@gnu.org> 2008-07-15 04:07:37 +00:00
powerpc/ieee1275 2008-04-12 Robert Millan <rmh@aybabtu.com> 2008-04-12 21:09:36 +00:00
aout.c 2008-07-02 Pavel Roskin <proski@gnu.org> 2008-07-02 19:22:35 +00:00
linux_normal.c 2008-08-18 Robert Millan <rmh@aybabtu.com> 2008-08-18 13:46:31 +00:00
multiboot2.c 2008-11-07 Robert Millan <rmh@aybabtu.com> 2008-11-07 19:53:25 +00:00
multiboot_loader.c 2008-11-07 Robert Millan <rmh@aybabtu.com> 2008-11-07 19:53:25 +00:00
multiboot_loader_normal.c This patch is to introduce multiboot 2 loading capabilities to grub2 2007-07-25 00:44:03 +00:00