* loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed

constraints to initrd allocation (based on code from
        loader/i386/pc/linux.c).  Without them, initrd was allocated too high
        for Linux to find it.
This commit is contained in:
robertmh 2008-11-19 12:11:44 +00:00
parent ebaaf49b02
commit 9290711060
2 changed files with 25 additions and 7 deletions

View file

@ -1,6 +1,10 @@
2008-11-19 Robert Millan <rmh@aybabtu.com>
* loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.
* loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed
constraints to initrd allocation (based on code from
loader/i386/pc/linux.c). Without them, initrd was allocated too high
for Linux to find it.
2008-11-14 Robert Millan <rmh@aybabtu.com>