Print message

This commit is contained in:
Alex Kotov 2022-01-28 00:51:37 +05:00
parent f7de862e65
commit 764325fd89
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.section .rodata
disk_number: .string "Disk number: "
main_returned: .string "Main returned\r\n"
.section .text
_start:
@ -23,4 +24,7 @@ _start:
call main
mov $main_returned, %si
call print_str
ljmp $0, $hang