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

Implement the file system #9

Open
alanjian85 opened this issue Apr 23, 2024 · 0 comments
Open

Implement the file system #9

alanjian85 opened this issue Apr 23, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@alanjian85
Copy link
Member

Unix-like systems often adopt a convention to reduce the interface width of system calls by storing system information in virtual files within the file system. To achieve this, a compact in-memory tree containing the file system information should be generated, allowing for the placement of system information files and device files within it.

@alanjian85 alanjian85 added the enhancement New feature or request label Apr 23, 2024
@alanjian85 alanjian85 modified the milestones: v0.2.0, v0.3.0 Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant