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
独one无two
OSKernel2024-独one无two
Commits
f9867493
Commit
f9867493
authored
3 months ago
by
独one无two
Browse files
Options
Download
Patches
Plain Diff
1
parent
dd851023
Changes
75
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
1/xv6-riscv-riscv.zip
+0
-0
1/xv6-riscv-riscv.zip
1/xv6-riscv-riscv/.dir-locals.el
+4
-0
1/xv6-riscv-riscv/.dir-locals.el
1/xv6-riscv-riscv/.editorconfig
+22
-0
1/xv6-riscv-riscv/.editorconfig
1/xv6-riscv-riscv/.gdbinit.tmpl-riscv
+6
-0
1/xv6-riscv-riscv/.gdbinit.tmpl-riscv
1/xv6-riscv-riscv/.gitignore
+17
-0
1/xv6-riscv-riscv/.gitignore
1/xv6-riscv-riscv/LICENSE
+24
-0
1/xv6-riscv-riscv/LICENSE
1/xv6-riscv-riscv/Makefile
+180
-0
1/xv6-riscv-riscv/Makefile
1/xv6-riscv-riscv/README
+46
-0
1/xv6-riscv-riscv/README
1/xv6-riscv-riscv/kernel/bio.c
+153
-0
1/xv6-riscv-riscv/kernel/bio.c
1/xv6-riscv-riscv/kernel/buf.h
+12
-0
1/xv6-riscv-riscv/kernel/buf.h
1/xv6-riscv-riscv/kernel/console.c
+192
-0
1/xv6-riscv-riscv/kernel/console.c
1/xv6-riscv-riscv/kernel/defs.h
+189
-0
1/xv6-riscv-riscv/kernel/defs.h
1/xv6-riscv-riscv/kernel/elf.h
+42
-0
1/xv6-riscv-riscv/kernel/elf.h
1/xv6-riscv-riscv/kernel/entry.S
+21
-0
1/xv6-riscv-riscv/kernel/entry.S
1/xv6-riscv-riscv/kernel/exec.c
+166
-0
1/xv6-riscv-riscv/kernel/exec.c
1/xv6-riscv-riscv/kernel/fcntl.h
+5
-0
1/xv6-riscv-riscv/kernel/fcntl.h
1/xv6-riscv-riscv/kernel/file.c
+182
-0
1/xv6-riscv-riscv/kernel/file.c
1/xv6-riscv-riscv/kernel/file.h
+40
-0
1/xv6-riscv-riscv/kernel/file.h
1/xv6-riscv-riscv/kernel/fs.c
+697
-0
1/xv6-riscv-riscv/kernel/fs.c
1/xv6-riscv-riscv/kernel/fs.h
+60
-0
1/xv6-riscv-riscv/kernel/fs.h
with
2058 additions
and
0 deletions
+2058
-0
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