Userspace: implement basic stat

I tried to format the output pretty much how linux does, except for
uid and git -> name resolution which is not implemented
This commit is contained in:
Bananymous
2023-08-10 11:15:17 +03:00
parent 9cb50cba33
commit 77ff585248
3 changed files with 92 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ set(USERSPACE_PROJECTS
init
ls
Shell
stat
tee
test
touch