Userspace: add basic ls command

This commit is contained in:
2023-06-11 03:38:44 +03:00
parent 83a6e6f637
commit 1cf464d5c7
3 changed files with 162 additions and 1 deletions
+2 -1
View File
@@ -3,9 +3,10 @@ cmake_minimum_required(VERSION 3.26)
project(userspace CXX)
set(USERSPACE_PROJECTS
Shell
cat
echo
ls
Shell
test
yes
)