Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加mount系统调用 #561

Merged
merged 30 commits into from
Mar 20, 2024
Merged

Conversation

xiaolin2004
Copy link
Collaborator

支持通过调用libc::mount进行文件系统挂载,示例程序如下:
image

.vscode/settings.json Outdated Show resolved Hide resolved
kernel/src/filesystem/vfs/syscall.rs Outdated Show resolved Hide resolved
kernel/src/filesystem/vfs/syscall.rs Outdated Show resolved Hide resolved
user/apps/test-mount/LICENSE Outdated Show resolved Hide resolved
kernel/src/filesystem/vfs/core.rs Outdated Show resolved Hide resolved
kernel/src/filesystem/vfs/syscall.rs Outdated Show resolved Hide resolved
user/apps/test-mount/README.md Outdated Show resolved Hide resolved
kernel/src/filesystem/vfs/syscall.rs Outdated Show resolved Hide resolved
@GnoCiYeH
Copy link
Member

GnoCiYeH commented Mar 8, 2024

没有格式化,请执行make fmt命令格式化后commit

@fslongjin
Copy link
Member

@dragonosbot label S-等待作者修改

@dragonosbot dragonosbot added the S-等待作者修改 Status: 这正在等待作者的一些操作(例如代码更改或更多信息)。 label Mar 16, 2024
@dragonosbot dragonosbot added the A-fs Area: 文件系统 label Mar 19, 2024
@xiaolin2004
Copy link
Collaborator Author

@dragonosbot review

@dragonosbot dragonosbot added S-等待审查 Status: 等待assignee以及相关方的审查。 and removed S-等待作者修改 Status: 这正在等待作者的一些操作(例如代码更改或更多信息)。 labels Mar 19, 2024
@fslongjin fslongjin merged commit 1d37ca6 into DragonOS-Community:master Mar 20, 2024
7 checks passed
@xiaolin2004 xiaolin2004 deleted the mount_syscall branch July 29, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-fs Area: 文件系统 S-等待审查 Status: 等待assignee以及相关方的审查。
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants