summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--pc-bios/optionrom/multiboot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/optionrom/multiboot.S b/pc-bios/optionrom/multiboot.S
index d0eec26a6a..e04cd0337e 100644
--- a/pc-bios/optionrom/multiboot.S
+++ b/pc-bios/optionrom/multiboot.S
@@ -50,7 +50,7 @@
 	.global 	_start
 _start:
 	.short		0xaa55
-	.byte		(_end - _start) / 512
+	.byte		1 /* (_end - _start) / 512 */
 	push		%eax
 	push		%ds