Kernel: Add basic dd command

This only supports if, of, bs, count and status=progress
This commit is contained in:
2023-09-10 01:19:47 +03:00
parent 8fb5f97a18
commit 9ebf29991d
3 changed files with 155 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
cat
dd
echo
id
init