diff options
author | Robert Morris <[email protected]> | 2023-09-08 09:24:27 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2023-09-08 09:24:27 -0400 |
commit | 18998096701a1d4695b2097006d7afc2a539bd89 (patch) | |
tree | 48ea20d4e59827b69a647e7e3823f40465351909 /user/usys.pl | |
parent | 74c1eba516fdb0ec1a17b16be7e76613ccba92bf (diff) | |
download | xv6-labs-18998096701a1d4695b2097006d7afc2a539bd89.tar.gz xv6-labs-18998096701a1d4695b2097006d7afc2a539bd89.tar.bz2 xv6-labs-18998096701a1d4695b2097006d7afc2a539bd89.zip |
3rd lab
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 01e426e..6453fe9 100755 --- a/user/usys.pl +++ b/user/usys.pl @@ -36,3 +36,5 @@ entry("getpid"); entry("sbrk"); entry("sleep"); entry("uptime"); +entry("connect"); +entry("pgaccess"); |