syscalls: improve working with files using vfs

This commit is contained in:
2025-08-17 16:03:41 +03:00
parent caa4005990
commit 9fdc551308
8 changed files with 58 additions and 21 deletions
+1 -1
View File
@@ -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