tasking: start handling syscalls
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user