syscalls: fix cwd-related stuff

This commit is contained in:
2025-07-18 21:02:54 +03:00
parent 359e5c6d78
commit 3ae26ed88a
6 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ void kmain(unsigned int magic, unsigned int info)
printf("huy1 points to: 0x%X huy2 points to:0x%X\n", huy, huy2);
printf("huy1: %s\nhuy2: %s", huy, huy2);
exec_from_file("/ebalo/forktest");
exec_from_file("/ebalo/aye", "/ebalo/");
while(1)
{