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
Yichen-个人练习
OSKernel2024-Phoenix-1053
Commits
c6cdfc47
Commit
c6cdfc47
authored
1 year ago
by
Huajie Wang
Browse files
Options
Download
Patches
Plain Diff
feat(mount & unmount): implement mount and unmount2 syscall
parent
1f92234b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
kernel/src/syscall/fs.rs
+65
-16
kernel/src/syscall/fs.rs
kernel/src/syscall/mod.rs
+17
-0
kernel/src/syscall/mod.rs
modules/vfs-core/src/dentry.rs
+3
-3
modules/vfs-core/src/dentry.rs
modules/vfs-core/src/path.rs
+1
-1
modules/vfs-core/src/path.rs
with
86 additions
and
20 deletions
+86
-20
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