summaryrefslogtreecommitdiff
path: root/user/usys.pl
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-02-19 21:51:26 +0800
committerMole Shang <[email protected]>2024-02-19 22:13:01 +0800
commit09ba9112386d5d59d7f2a31c469768c582acb939 (patch)
treeb1dce737cdd94164e8d7f3f651ea7a86a22a42f3 /user/usys.pl
parentd86118fc80267649b4791c8c0c72ebd60edf1ef2 (diff)
downloadxv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.tar.gz
xv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.tar.bz2
xv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.zip
lab mmap: finish
Diffstat (limited to 'user/usys.pl')
-rwxr-xr-xuser/usys.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/usys.pl b/user/usys.pl
index 7f07795..8038a4c 100755
--- a/user/usys.pl
+++ b/user/usys.pl
@@ -43,3 +43,5 @@ entry("pgaccess");
entry("sigalarm");
entry("sigreturn");
entry("symlink");
+entry("mmap");
+entry("munmap");