diff options
author | Mole Shang <[email protected]> | 2024-02-19 21:51:26 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-02-19 22:13:01 +0800 |
commit | 09ba9112386d5d59d7f2a31c469768c582acb939 (patch) | |
tree | b1dce737cdd94164e8d7f3f651ea7a86a22a42f3 /user/usys.pl | |
parent | d86118fc80267649b4791c8c0c72ebd60edf1ef2 (diff) | |
download | xv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.tar.gz xv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.tar.bz2 xv6-labs-09ba9112386d5d59d7f2a31c469768c582acb939.zip |
lab mmap: finish
Diffstat (limited to 'user/usys.pl')
-rwxr-xr-x | user/usys.pl | 2 |
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"); |