syscalls: improve working with files using vfs
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
section .data
|
||||
file_path db '/ebalo/huy.txt', 0 ; File path
|
||||
file_path db 'test.txt', 0 ; File path
|
||||
message db 'Hello, World from KatauOS!', 10, 0 ; Message with newline
|
||||
message_len equ $ - message - 1 ; Length excluding null terminator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user