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
wangzhen0518
OSKernel2022-USTC
Commits
43749bf7
Commit
43749bf7
authored
2 years ago
by
wangzhen0518
Browse files
Options
Download
Patches
Plain Diff
fixing touch file and find there are problems about open file...
parent
b4b90ebb
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
doc/6文件系统.md
+2
-2
doc/6文件系统.md
include/fs/device.h
+1
-1
include/fs/device.h
include/fs/fat32.h
+2
-2
include/fs/fat32.h
include/fs/file.h
+2
-2
include/fs/file.h
include/fs/inode.h
+2
-2
include/fs/inode.h
include/fs/sysfile.h
+13
-11
include/fs/sysfile.h
include/fs/vfs.h
+1
-1
include/fs/vfs.h
kernel.S
+12
-12
kernel.S
kernel/fs/dev_disk0.c
+1
-1
kernel/fs/dev_disk0.c
kernel/fs/dev_stdin.c
+2
-2
kernel/fs/dev_stdin.c
kernel/fs/dev_stdout.c
+2
-2
kernel/fs/dev_stdout.c
kernel/fs/device.c
+4
-4
kernel/fs/device.c
kernel/fs/fat32.c
+33
-17
kernel/fs/fat32.c
kernel/fs/file.c
+4
-4
kernel/fs/file.c
kernel/fs/sysfile.c
+19
-11
kernel/fs/sysfile.c
kernel/fs/vfsfile.c
+7
-7
kernel/fs/vfsfile.c
kernel/mmu.c
+2
-2
kernel/mmu.c
kernel/proc.c
+17
-18
kernel/proc.c
kernel/syscall.c
+3
-3
kernel/syscall.c
test.c
+45
-0
test.c
with
174 additions
and
104 deletions
+174
-104
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