Work around Solaris gas problem
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
600309b610
commit
8676188b75
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
.global _start
|
||||
_start:
|
||||
.short 0xaa55
|
||||
.byte (_end - _start) / 512
|
||||
.byte 1 /* (_end - _start) / 512 */
|
||||
push %eax
|
||||
push %ds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue