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-14157-894146
进击のOS
Commits
76f66952
Commit
76f66952
authored
3 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
fs test parts
parent
5b473f8f
Changes
67
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/settings.json
+3
-1
.vscode/settings.json
Makefile
+13
-7
Makefile
entry/syscall.tbl
+8
-4
entry/syscall.tbl
include/defs.h
+18
-18
include/defs.h
include/fs/fat.h
+7
-5
include/fs/fat.h
include/fs/fcntl.h
+6
-5
include/fs/fcntl.h
include/fs/file.h
+4
-1
include/fs/file.h
include/fs/fs.h
+8
-2
include/fs/fs.h
include/kernel/proc.h
+0
-3
include/kernel/proc.h
include/mm/vm.h
+2
-0
include/mm/vm.h
include/param.h
+1
-2
include/param.h
run-qemu.sh
+1
-1
run-qemu.sh
src/fs/Makefile
+0
-1
src/fs/Makefile
src/fs/fat32.c
+173
-48
src/fs/fat32.c
src/fs/file.c
+10
-13
src/fs/file.c
src/fs/fs.c
+54
-29
src/fs/fs.c
src/fs/log.c
+0
-237
src/fs/log.c
src/include/common.h
+3
-0
src/include/common.h
src/include/debug.h
+38
-0
src/include/debug.h
src/include/usys.h
+30
-0
src/include/usys.h
with
379 additions
and
377 deletions
+379
-377
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