Kernel: Add basic dd command

This only supports if, of, bs, count and status=progress
This commit is contained in:
Bananymous
2023-09-10 00:01:50 +03:00
parent 8fb5f97a18
commit 9ebf29991d
3 changed files with 155 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
cat
dd
echo
id
init