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
educg-net-28668-2608132
OSKernel2024-Eonix-2194
Commits
dbda9e35
Commit
dbda9e35
authored
1 year ago
by
greatbridf
Browse files
Options
Download
Patches
Plain Diff
refactor: divide vfs.hpp into four
parent
da84d0d3
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
CMakeLists.txt
+4
-0
CMakeLists.txt
include/fs/fat.hpp
+2
-1
include/fs/fat.hpp
include/kernel/process.hpp
+1
-1
include/kernel/process.hpp
include/kernel/vfs.hpp
+12
-268
include/kernel/vfs.hpp
include/kernel/vfs/dentry.hpp
+77
-0
include/kernel/vfs/dentry.hpp
include/kernel/vfs/file.hpp
+114
-0
include/kernel/vfs/file.hpp
include/kernel/vfs/inode.hpp
+22
-0
include/kernel/vfs/inode.hpp
include/kernel/vfs/vfs.hpp
+87
-0
include/kernel/vfs/vfs.hpp
include/types/elf.hpp
+1
-1
include/types/elf.hpp
src/fs/fat.cpp
+2
-2
src/fs/fat.cpp
src/kernel/vfs.cpp
+66
-55
src/kernel/vfs.cpp
src/kernel/vfs/tmpfs.cc
+3
-3
src/kernel/vfs/tmpfs.cc
with
391 additions
and
331 deletions
+391
-331
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