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
ZongzhenYang
进击のOS
Commits
def9dfdb
Commit
def9dfdb
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
optimize cluster alloc && fix sdcard wait bug
parent
68da94f6
Changes
29
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+13
-10
Makefile
entry/syscall.tbl
+3
-2
entry/syscall.tbl
include/fs/fat.h
+10
-2
include/fs/fat.h
include/fs/pipe.h
+1
-1
include/fs/pipe.h
include/kernel/proc.h
+2
-1
include/kernel/proc.h
include/kernel/sys.h
+21
-0
include/kernel/sys.h
out.txt
+1704
-0
out.txt
run-k210.sh
+1
-1
run-k210.sh
src/driver/disk.c
+5
-4
src/driver/disk.c
src/fs/fat32.c
+61
-78
src/fs/fat32.c
src/fs/pipe.c
+24
-25
src/fs/pipe.c
src/include/utils.h
+4
-0
src/include/utils.h
src/kernel/exec.c
+1
-1
src/kernel/exec.c
src/kernel/initcode.c
+36
-6
src/kernel/initcode.c
src/kernel/proc.c
+18
-11
src/kernel/proc.c
src/kernel/sys.c
+9
-0
src/kernel/sys.c
src/kernel/syscall.c
+1
-1
src/kernel/syscall.c
src/kernel/sysfile.c
+1
-1
src/kernel/sysfile.c
src/mm/vma.c
+1
-1
src/mm/vma.c
src/mm/vmscan.c
+1
-1
src/mm/vmscan.c
with
1917 additions
and
146 deletions
+1917
-146
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