Userspace: Implement cat-mmap
This behaves exactly as cat, but uses mmap to read the file.
This commit is contained in:
@@ -4,6 +4,7 @@ project(userspace CXX)
|
||||
|
||||
set(USERSPACE_PROJECTS
|
||||
cat
|
||||
cat-mmap
|
||||
dd
|
||||
echo
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user