Userspace: Implement basic cp

This does not support any meaningful command line arguments but
is a good start.
This commit is contained in:
2023-10-25 00:07:25 +03:00
parent 07f8c972b3
commit 657f95d3f0
3 changed files with 161 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
cat
cat-mmap
cp
dd
echo
id