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

vali: support for memory mapped files #244

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Conversation

Meulengracht
Copy link
Owner

  • Implement support for querying virtual page attributes
  • Implement support for DMA_TRAP in dmabufs to support memory handlers
  • Imlement support in signal handlers for a second argument by combining the signal number of signal flags in one uint32_t.
  • Implement support for memory handlers in kernel

Filemanager:

  • Implement support for direct read/write without having to call seek first.

Libc:

  • Support for fileviews (memory mapped files).

This PR closes #237

 - Implement support for querying virtual page attributes
 - Implement support for DMA_TRAP in dmabufs to support memory handlers
 - Imlement support in signal handlers for a second argument by combining the signal number of signal flags in one uint32_t.
 - Implement support for memory handlers in kernel

Filemanager:
 - Implement support for direct read/write without having to call seek first.

Libc:
 - Support for fileviews (memory mapped files).
@Meulengracht Meulengracht merged commit 1f9bdd4 into master Feb 25, 2021
@Meulengracht Meulengracht deleted the feature/mmap-files branch February 25, 2021 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[vali] memory-mapped files
1 participant