* grub-core/kern/i386/pc/startup.S (multiboot_trampoline): Add missing
jump.
This commit is contained in:
parent
9c4cf53bfe
commit
10001ac54b
2 changed files with 11 additions and 3 deletions
|
@ -224,6 +224,7 @@ multiboot_trampoline:
|
|||
movb $0xFF, %dh
|
||||
/* enter the usual booting */
|
||||
call prot_to_real
|
||||
jmp LOCAL (codestart)
|
||||
|
||||
post_reed_solomon:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue