1
0
Fork 0
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:
Alex Kotov 2022-01-27 22:34:57 +05:00
parent 7740a864e8
commit ca7ed49b3d
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
.code16
.global _start
.section .text
_start:
ljmp $0, $main

View file

@ -5,6 +5,7 @@
.code16
.global _start
.extern program_size
.section .text
_start:
ljmp $0, $main