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-17064-1466468
OSKernel2023-farmos-1476
Commits
5938e462
Commit
5938e462
authored
2 years ago
by
rsph
Browse files
Options
Download
Patches
Plain Diff
修复 fs 层后的评测 23 分版本
parent
42365232
No related merge requests found
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+3
-3
Makefile
include.mk
+2
-1
include.mk
include/fs/fat32.h
+3
-0
include/fs/fat32.h
include/fs/vfs.h
+2
-0
include/fs/vfs.h
include/lib/log.h
+6
-5
include/lib/log.h
include/mm/memlayout.h
+3
-0
include/mm/memlayout.h
include/proc/proc.h
+5
-1
include/proc/proc.h
kern/boot/main.c
+5
-4
kern/boot/main.c
kern/fs/cluster.c
+15
-0
kern/fs/cluster.c
kern/fs/dirent.c
+1
-0
kern/fs/dirent.c
kern/fs/fat32.c
+33
-8
kern/fs/fat32.c
kern/proc/proc.c
+81
-11
kern/proc/proc.c
kern/proc/wait.c
+6
-2
kern/proc/wait.c
kern/trap/kernelvec.S
+1
-1
kern/trap/kernelvec.S
kern/trap/syscall.c
+65
-4
kern/trap/syscall.c
readme.md
+2
-0
readme.md
user/Makefile
+2
-2
user/Makefile
user/include/unistd.h
+2
-0
user/include/unistd.h
user/syscallLib.c
+4
-0
user/syscallLib.c
user/test_argv.c
+0
-0
user/test_argv.c
with
241 additions
and
42 deletions
+241
-42
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