mirror of
https://github.com/tailix/loadwarka.git
synced 2025-03-03 16:14:24 -05:00
Add empty lines
This commit is contained in:
parent
7740a864e8
commit
ca7ed49b3d
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
.code16
|
||||
.global _start
|
||||
|
||||
.section .text
|
||||
_start:
|
||||
ljmp $0, $main
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
.code16
|
||||
.global _start
|
||||
.extern program_size
|
||||
|
||||
.section .text
|
||||
_start:
|
||||
ljmp $0, $main
|
||||
|
|
Loading…
Add table
Reference in a new issue