* grub-core/boot/i386/pc/lnxboot.S: Replace
GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE with GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART.
This commit is contained in:
parent
b65830fae1
commit
edde54e656
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-09-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/i386/pc/lnxboot.S: Replace
|
||||
GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE with
|
||||
GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART.
|
||||
|
||||
2010-09-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Write embedding zone using Reed-Solomon.
|
||||
|
|
|
@ -185,7 +185,7 @@ real_code_2:
|
|||
call LOCAL(move_memory)
|
||||
|
||||
/* Check for multiboot signature. */
|
||||
cmpl $MULTIBOOT_HEADER_MAGIC, %ss:(DATA_ADDR + GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE)
|
||||
cmpl $MULTIBOOT_HEADER_MAGIC, %ss:(DATA_ADDR + GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART)
|
||||
jz 1f
|
||||
|
||||
movl (ramdisk_image - start), %esi
|
||||
|
|
Loading…
Reference in a new issue