aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-07-03 19:25:29 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-07-03 19:25:29 +0000
commit8676188b751ca28ab7c42baf20ea64391625b44d (patch)
tree855dd7088993b8b5d75aeb93d6ab2f539237104a /pc-bios
parent600309b6108484a60be4a84cfe68e6b8d645799c (diff)
Work around Solaris gas problem
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'pc-bios')
-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