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-k210
Commits
a3907ef4
Commit
a3907ef4
authored
3 years ago
by
陆思彤
Browse files
Options
Download
Patches
Plain Diff
lazy elf load mechanism
parent
e3b4489f
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
Makefile
+1
-1
Makefile
debug/.gdbinit.tmpl-riscv
+0
-0
debug/.gdbinit.tmpl-riscv
kernel/exec.c
+33
-20
kernel/exec.c
kernel/include/mmap.h
+3
-2
kernel/include/mmap.h
kernel/include/proc.h
+1
-0
kernel/include/proc.h
kernel/include/sysnum.h
+1
-0
kernel/include/sysnum.h
kernel/include/usrmm.h
+5
-2
kernel/include/usrmm.h
kernel/include/vm.h
+2
-1
kernel/include/vm.h
kernel/proc.c
+5
-8
kernel/proc.c
kernel/syscall.c
+5
-3
kernel/syscall.c
kernel/sysproc.c
+15
-17
kernel/sysproc.c
kernel/trap.c
+9
-2
kernel/trap.c
kernel/usrmm.c
+65
-27
kernel/usrmm.c
kernel/vm.c
+132
-39
kernel/vm.c
xv6-user/strace.c
+6
-6
xv6-user/strace.c
xv6-user/user.h
+1
-1
xv6-user/user.h
with
284 additions
and
129 deletions
+284
-129
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