syscalls: implement getcwd syscall
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user