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
宋瑞
xv6-lab
Commits
96861f37
Commit
96861f37
authored
1 year ago
by
宋瑞
Browse files
Options
Download
Patches
Plain Diff
1
parent
b20ef9d0
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
Makefile
+2
-0
Makefile
kernel/proc.c
+19
-0
kernel/proc.c
kernel/proc.h
+14
-1
kernel/proc.h
kernel/syscall.c
+4
-0
kernel/syscall.c
kernel/syscall.h
+2
-0
kernel/syscall.h
kernel/sysfile.c
+100
-0
kernel/sysfile.c
kernel/trap.c
+75
-2
kernel/trap.c
time.txt
+1
-0
time.txt
user/user.h
+5
-0
user/user.h
user/usys.pl
+2
-0
user/usys.pl
with
224 additions
and
3 deletions
+224
-3
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