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

Write support for mmap #2

Open
rd235 opened this issue Oct 25, 2017 · 0 comments
Open

Write support for mmap #2

rd235 opened this issue Oct 25, 2017 · 0 comments
Labels

Comments

@rd235
Copy link
Member

rd235 commented Oct 25, 2017

mmap currently does not support updates on virtual files.
most of the code should be there... maybe we need to implement some optimization in order to save just the required chunks of the file.
We need to define a consistent semantics for processes running inside vuos and processes running outside viewos mmap'ing the same file.

@acardace acardace changed the title missing feature: write support for mmap Write support for mmap Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants