syscalls: implement getcwd syscall

This commit is contained in:
2025-10-30 20:26:28 +03:00
parent 26c8280059
commit f4b0429062
9 changed files with 192 additions and 11 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ void kmain(unsigned int magic, unsigned int info)
follow_path("/katau/caller.", &file, &dir);
exec_from_file(&file, ".");
exec_from_file(&file, &dir);
while(1)
{