Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
Hajimi OS-3622
Commits
5d3b89b1
Commit
5d3b89b1
authored
10 months ago
by
夏彦文
Browse files
Options
Download
Patches
Plain Diff
refactor(user): now all user programs use syscalls
parent
cc1d6a5d
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+4
-5
Makefile
kernel/include/sys/sysnum.h
+44
-4
kernel/include/sys/sysnum.h
kernel/src/bin.S
+2
-2
kernel/src/bin.S
kernel/src/sys/syscall.c
+12
-0
kernel/src/sys/syscall.c
xv6-user/cat.c
+0
-2
xv6-user/cat.c
xv6-user/echo.c
+0
-2
xv6-user/echo.c
xv6-user/fcntl.h
+14
-0
xv6-user/fcntl.h
xv6-user/find.c
+0
-3
xv6-user/find.c
xv6-user/forktest.c
+0
-3
xv6-user/forktest.c
xv6-user/grading_init.c
+3
-6
xv6-user/grading_init.c
xv6-user/grep.c
+0
-3
xv6-user/grep.c
xv6-user/grind.c
+6
-14
xv6-user/grind.c
xv6-user/init.c
+4
-6
xv6-user/init.c
xv6-user/kill.c
+2
-4
xv6-user/kill.c
xv6-user/ln.c
+0
-2
xv6-user/ln.c
xv6-user/ls.c
+1
-3
xv6-user/ls.c
xv6-user/mkdir.c
+1
-3
xv6-user/mkdir.c
xv6-user/mv.c
+0
-4
xv6-user/mv.c
xv6-user/myDup3.c
+0
-3
xv6-user/myDup3.c
xv6-user/printf.c
+0
-2
xv6-user/printf.c
with
93 additions
and
71 deletions
+93
-71
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets