tasking: start handling syscalls

This commit is contained in:
2025-06-19 17:58:49 +03:00
parent 5fa2393fd6
commit 93f174827b
6 changed files with 18 additions and 88 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ _start: ;tell linker entry point
section .data
msg db 'Hello, world!',0xa ;our dear string
msg db 'Hello, world!',0x0 ;our dear string
len equ $ - msg ;length of our dear string