Userspace: add basic ls command

This commit is contained in:
Bananymous
2023-06-11 03:29:41 +03:00
parent 83a6e6f637
commit 1cf464d5c7
3 changed files with 162 additions and 1 deletions

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
)