* grub-core/kern/i386/pc/startup.S (multiboot_trampoline): Add missing

jump.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-11-12 08:45:16 +01:00
parent 9c4cf53bfe
commit 10001ac54b
2 changed files with 11 additions and 3 deletions

View file

@ -224,6 +224,7 @@ multiboot_trampoline:
movb $0xFF, %dh
/* enter the usual booting */
call prot_to_real
jmp LOCAL (codestart)
post_reed_solomon: