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-14239-914332
进击のOS-os
Commits
adc910c5
Commit
adc910c5
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Plain Diff
fix rm
parents
9a9da978
eec051d6
master
elf-pagecache
submit
swap_1
No related merge requests found
Changes
33
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+2
-2
Makefile
bootloader/sbi-k210
+0
-0
bootloader/sbi-k210
include/param.h
+1
-1
include/param.h
include/platform.h
+2
-2
include/platform.h
include/radix-tree.h
+1
-1
include/radix-tree.h
include/riscv.h
+11
-7
include/riscv.h
k210.bin
+0
-0
k210.bin
k210.txt
+73
-1422
k210.txt
kernel
+0
-0
kernel
kernel.bin
+0
-0
kernel.bin
out.txt
+0
-1
out.txt
run-k210.sh
+1
-1
run-k210.sh
run-qemu.sh
+1
-1
run-qemu.sh
script/initcode.ld
+1
-0
script/initcode.ld
src/kernel/initcode.c
+17
-18
src/kernel/initcode.c
src/kernel/pagefault.c
+4
-1
src/kernel/pagefault.c
src/kernel/proc.c
+11
-7
src/kernel/proc.c
src/kernel/syscall.c
+2
-2
src/kernel/syscall.c
src/kernel/sysfile.c
+14
-11
src/kernel/sysfile.c
src/kernel/trap.c
+17
-0
src/kernel/trap.c
with
158 additions
and
1477 deletions
+158
-1477
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