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
破败王者之剑
OSKernel2022-LOS
Commits
fbd4508e
Commit
fbd4508e
authored
3 years ago
by
last-las
Browse files
Options
Download
Patches
Plain Diff
implement do_open and do_read for VFS(just for test)
parent
e4866bfa
game
fat32_dev
heap_dev
master
match
test_oskernel
vfs_dev
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
share/src/syscall/error.rs
+2
-0
share/src/syscall/error.rs
user/Cargo.lock
+1
-0
user/Cargo.lock
user/fs/Cargo.toml
+1
-0
user/fs/Cargo.toml
user/fs/src/main.rs
+1
-0
user/fs/src/main.rs
user/fs/src/proc/fs_struct.rs
+28
-6
user/fs/src/proc/fs_struct.rs
user/fs/src/proc/mod.rs
+1
-1
user/fs/src/proc/mod.rs
user/fs/src/syscall/mod.rs
+115
-13
user/fs/src/syscall/mod.rs
user/fs/src/vfs/dentry.rs
+46
-0
user/fs/src/vfs/dentry.rs
user/fs/src/vfs/file.rs
+26
-0
user/fs/src/vfs/file.rs
user/fs/src/vfs/inode.rs
+17
-0
user/fs/src/vfs/inode.rs
user/fs/src/vfs/mod.rs
+6
-35
user/fs/src/vfs/mod.rs
user/fs/src/vfs/super_block.rs
+16
-0
user/fs/src/vfs/super_block.rs
with
260 additions
and
55 deletions
+260
-55
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