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
22e59f77
Commit
22e59f77
authored
1 year ago
by
商秋林
Browse files
Options
Download
Patches
Plain Diff
lab3
parent
66e11db2
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
.gitignore
+1
-25
.gitignore
__pycache__/gradelib.cpython-310.pyc
+0
-0
__pycache__/gradelib.cpython-310.pyc
answers-pgtbl.txt
+9
-0
answers-pgtbl.txt
kernel/exec.c
+9
-0
kernel/exec.c
kernel/proc.c
+33
-0
kernel/proc.c
kernel/proc.h
+3
-0
kernel/proc.h
kernel/riscv.h
+4
-0
kernel/riscv.h
kernel/sysproc.c
+22
-0
kernel/sysproc.c
kernel/vm.c
+31
-0
kernel/vm.c
time.txt
+1
-0
time.txt
xv6.out
+224
-0
xv6.out
with
337 additions
and
25 deletions
+337
-25
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