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
李佳璇
xv6
Commits
6373110c
Commit
6373110c
authored
11 months ago
by
lx1xxx
Browse files
Options
Download
Patches
Plain Diff
dup3
parent
89212c34
Changes
60
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+3
-1
.gitignore
Makefile
+64
-44
Makefile
bootloader/SBI/sbi-k210
+0
-0
bootloader/SBI/sbi-k210
bootloader/SBI/sbi-qemu
+0
-0
bootloader/SBI/sbi-qemu
debug/kendryte_openocd/openocd
+0
-0
debug/kendryte_openocd/openocd
include
+28
-0
include
kernel/include/fat32.h
+3
-2
kernel/include/fat32.h
kernel/include/fcntl.h
+1
-1
kernel/include/fcntl.h
kernel/include/initcode.h
+194
-0
kernel/include/initcode.h
kernel/include/mount.h
+30
-0
kernel/include/mount.h
kernel/include/proc.h
+23
-0
kernel/include/proc.h
kernel/include/sysnum.h
+68
-26
kernel/include/sysnum.h
kernel/include/timer.h
+0
-1
kernel/include/timer.h
kernel/main.c
+2
-0
kernel/main.c
kernel/mount.c
+120
-0
kernel/mount.c
kernel/proc.c
+305
-7
kernel/proc.c
kernel/syscall.c
+108
-53
kernel/syscall.c
kernel/sysfile.c
+488
-2
kernel/sysfile.c
kernel/sysproc.c
+103
-2
kernel/sysproc.c
kernel/vm.c
+1
-1
kernel/vm.c
with
1541 additions
and
140 deletions
+1541
-140
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