Userspace: Add basic id that prints {,e}{uid,gid} of the current proc

This commit is contained in:
Bananymous
2023-06-11 22:32:14 +03:00
parent 11b68f6a53
commit e9217b3484
3 changed files with 24 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
cat
echo
id
init
ls
Shell