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

posix: VFS and device support #1

Open
3 of 7 tasks
avdgrinten opened this issue Dec 3, 2016 · 2 comments
Open
3 of 7 tasks

posix: VFS and device support #1

avdgrinten opened this issue Dec 3, 2016 · 2 comments

Comments

@avdgrinten
Copy link
Member

avdgrinten commented Dec 3, 2016

The posix subsystem lacks the following features:

  • Character and block device allocation
  • Proper VFS + mounts
  • tmpfs and devtmpfs
  • Process specific file system information (i.e. root, current directory and umask)
  • Mount namespaces
  • Proper support for major and minor numbers in device allocation
  • Bind mounts
@avdgrinten
Copy link
Member Author

6974940 provides an initial tmpfs implementation as well as VFS structures and mount points

@avdgrinten
Copy link
Member Author

4b25360 implements rudimentary device allocation and devtmpfs support.

avdgrinten added a commit that referenced this issue Jun 10, 2018
thor can now run programs on non-bootstrap CPUs.
64 pushed a commit to 64/managarm that referenced this issue Feb 21, 2022
Add some qword syscall definitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant