Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-18741-1687925
OSKernel2023-LuoOS-617
Commits
b0341c70
Commit
b0341c70
authored
2 years ago
by
某某某
Browse files
Options
Download
Plain Diff
Merge branch 'execve-fat-bug' into dev-zyc1
parents
95badd3a
af2404f0
Changes
53
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+2
-1
Makefile
include/buf.h
+2
-1
include/buf.h
include/fat.hh
+3
-3
include/fat.hh
include/kernel.hh
+1
-0
include/kernel.hh
include/linux/reboot.h
+40
-0
include/linux/reboot.h
include/macros.h
+1
-1
include/macros.h
include/proc.hh
+9
-2
include/proc.hh
include/sbi.hh
+2
-0
include/sbi.hh
include/vm.hh
+1
-1
include/vm.hh
kernel/alloc.cc
+2
-4
kernel/alloc.cc
kernel/bio.cc
+17
-2
kernel/bio.cc
kernel/fat.cc
+8
-2
kernel/fat.cc
kernel/proc.cc
+6
-2
kernel/proc.cc
kernel/sbi.cc
+4
-0
kernel/sbi.cc
kernel/sched.cc
+5
-1
kernel/sched.cc
kernel/syscall.cc
+16
-4
kernel/syscall.cc
kernel/trap.cc
+8
-4
kernel/trap.cc
kernel/virtio_disk.cc
+11
-0
kernel/virtio_disk.cc
user/init.cc
+7
-5
user/init.cc
user/testsuits/brk
+0
-0
user/testsuits/brk
with
145 additions
and
33 deletions
+145
-33
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