Userspace: Implement cat-mmap

This behaves exactly as cat, but uses mmap to read the file.
This commit is contained in:
Bananymous
2023-09-29 17:24:55 +03:00
parent 23f429e23b
commit b57811b371
3 changed files with 80 additions and 0 deletions

View File

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