Commit 8676188b751ca28ab7c42baf20ea64391625b44d

Authored by Blue Swirl
1 parent 600309b6

Work around Solaris gas problem

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions
pc-bios/optionrom/multiboot.S
... ... @@ -50,7 +50,7 @@
50 50 .global _start
51 51 _start:
52 52 .short 0xaa55
53   - .byte (_end - _start) / 512
  53 + .byte 1 /* (_end - _start) / 512 */
54 54 push %eax
55 55 push %ds
56 56  
... ...