Update filesystem structure

This commit is contained in:
Alex
2023-05-20 04:31:14 +03:00
parent 81c40be73a
commit e8162bc3cb
26 changed files with 35 additions and 60 deletions

View File

@@ -149,13 +149,13 @@ static uintptr_t sys_kernelctl(SyscallsFrame *Frame, enum KCtl Command, uint64_t
switch (retries)
{
case 0:
FullPath = "/system/lib/";
FullPath = "/lib/";
break;
case 1:
FullPath = "/system/lib64/";
FullPath = "/usr/lib/";
break;
case 2:
FullPath = "/system/";
FullPath = "/";
break;
case 3:
{