Add explicit byt 0 to workaround a problem with assembler
This commit is contained in:
parent
fa610088ba
commit
44748f71c0
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ _start:
|
|||
|
||||
. = _start + GRUB_KERNEL_MACHINE_PREFIX
|
||||
VARIABLE(grub_prefix)
|
||||
.byte 0
|
||||
/* to be filled by grub-mkimage */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue