syscalls: start implementing some basic syscalls

This commit is contained in:
2025-06-20 21:59:08 +03:00
parent a9789b7f57
commit 4ccae473ca
8 changed files with 110 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void exec_from_file(const char* filename)
uint8_t* file;
int result = read_file("/ebalo/testfile", &file);
int result = read_file("/ebalo/aaa", &file);
debug_log("result: %X\n", result);
debug_log("buffer: %s\n", file);