Work around Solaris gas problem
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
600309b610
commit
8676188b75
@ -50,7 +50,7 @@
|
||||
.global _start
|
||||
_start:
|
||||
.short 0xaa55
|
||||
.byte (_end - _start) / 512
|
||||
.byte 1 /* (_end - _start) / 512 */
|
||||
push %eax
|
||||
push %ds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user