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
Jack Wang
OSKernel2023-X2W
Commits
ef6028c5
Commit
ef6028c5
authored
1 year ago
by
X2W-肖追日
🤝
Browse files
Options
Download
Patches
Plain Diff
add fs and vfs
parent
fbfdfd2b
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/constrains.h
+3
-0
include/constrains.h
include/fs/bio.h
+62
-0
include/fs/bio.h
include/fs/ext2/ext2_disk.h
+0
-0
include/fs/ext2/ext2_disk.h
include/fs/ext2/ext2_file.h
+0
-0
include/fs/ext2/ext2_file.h
include/fs/ext2/ext2_mem.h
+0
-0
include/fs/ext2/ext2_mem.h
include/fs/fat/fat32_disk.h
+414
-0
include/fs/fat/fat32_disk.h
include/fs/fat/fat32_file.h
+49
-0
include/fs/fat/fat32_file.h
include/fs/fat/fat32_mem.h
+181
-0
include/fs/fat/fat32_mem.h
include/fs/fat/fat32_stack.h
+36
-0
include/fs/fat/fat32_stack.h
include/fs/fcntl.h
+32
-0
include/fs/fcntl.h
include/fs/fdtable.h
+24
-0
include/fs/fdtable.h
include/fs/stat.h
+53
-0
include/fs/stat.h
include/fs/vfs/fs.h
+155
-0
include/fs/vfs/fs.h
include/fs/vfs/fs_macro.h
+7
-0
include/fs/vfs/fs_macro.h
include/fs/vfs/ops.h
+13
-0
include/fs/vfs/ops.h
include/kernel/options.h
+28
-0
include/kernel/options.h
include/vfs/fs.h
+155
-0
include/vfs/fs.h
include/vfs/fs_macro.h
+7
-0
include/vfs/fs_macro.h
include/vfs/ops.h
+13
-0
include/vfs/ops.h
kernel/pcb_life.c
+119
-0
kernel/pcb_life.c
with
1351 additions
and
0 deletions
+1351
-0
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