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
educg-net-28668-2608132
OSKernel2024-基于xv6-riscv的功能完善及系统调用补充-3693
Commits
70f62bfb
Commit
70f62bfb
authored
6 months ago
by
吃饭不想排队
Browse files
Options
Download
Patches
Plain Diff
add mode
parent
7718eda1
Changes
241
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
xv6-riscv/Makefile
+1
-0
xv6-riscv/Makefile
xv6-riscv/fs.img
+0
-0
xv6-riscv/fs.img
xv6-riscv/kernel/bio.d
+3
-0
xv6-riscv/kernel/bio.d
xv6-riscv/kernel/bio.o
+0
-0
xv6-riscv/kernel/bio.o
xv6-riscv/kernel/console.d
+6
-0
xv6-riscv/kernel/console.d
xv6-riscv/kernel/console.o
+0
-0
xv6-riscv/kernel/console.o
xv6-riscv/kernel/entry.o
+0
-0
xv6-riscv/kernel/entry.o
xv6-riscv/kernel/exec.d
+3
-0
xv6-riscv/kernel/exec.d
xv6-riscv/kernel/exec.o
+0
-0
xv6-riscv/kernel/exec.o
xv6-riscv/kernel/file.c
+16
-1
xv6-riscv/kernel/file.c
xv6-riscv/kernel/file.d
+4
-0
xv6-riscv/kernel/file.d
xv6-riscv/kernel/file.h
+2
-0
xv6-riscv/kernel/file.h
xv6-riscv/kernel/file.o
+0
-0
xv6-riscv/kernel/file.o
xv6-riscv/kernel/fs.c
+4
-0
xv6-riscv/kernel/fs.c
xv6-riscv/kernel/fs.d
+4
-0
xv6-riscv/kernel/fs.d
xv6-riscv/kernel/fs.h
+4
-0
xv6-riscv/kernel/fs.h
xv6-riscv/kernel/fs.o
+0
-0
xv6-riscv/kernel/fs.o
xv6-riscv/kernel/kalloc.d
+4
-0
xv6-riscv/kernel/kalloc.d
xv6-riscv/kernel/kalloc.o
+0
-0
xv6-riscv/kernel/kalloc.o
xv6-riscv/kernel/kernel
+0
-0
xv6-riscv/kernel/kernel
with
51 additions
and
1 deletion
+51
-1
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