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
叶飞越
oslab
Commits
7227acd1
Commit
7227acd1
authored
2 weeks ago
by
Your Name
Browse files
Options
Download
Patches
Plain Diff
lv2
parent
bcb0d8d6
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
Makefile
+8
-2
Makefile
kernel/include/initcode.h
+139
-123
kernel/include/initcode.h
kernel/include/proc.h
+7
-0
kernel/include/proc.h
kernel/include/sysnum.h
+12
-4
kernel/include/sysnum.h
kernel/include/time.h
+9
-0
kernel/include/time.h
kernel/include/types.h
+2
-0
kernel/include/types.h
kernel/proc.c
+85
-0
kernel/proc.c
kernel/syscall.c
+22
-1
kernel/syscall.c
kernel/sysproc.c
+134
-1
kernel/sysproc.c
xv6-user/init.c
+11
-0
xv6-user/init.c
xv6-user/user.h
+9
-1
xv6-user/user.h
xv6-user/usys.pl
+8
-1
xv6-user/usys.pl
with
446 additions
and
133 deletions
+446
-133
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