feat(coreutils): implement coreutils and compile it using cmake

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-10 02:29:14 +00:00
parent 88a3b0912b
commit 87540ab0b9
9 changed files with 322 additions and 2 deletions

View File

@ -20,7 +20,8 @@
"userspace/libs",
"userspace/apps/test",
"userspace/apps/usr",
"userspace"
"userspace",
"coreutils"
]
}
}