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

Virtual memory allocator #34

Open
penberg opened this issue Dec 7, 2019 · 0 comments
Open

Virtual memory allocator #34

penberg opened this issue Dec 7, 2019 · 0 comments

Comments

@penberg
Copy link
Collaborator

penberg commented Dec 7, 2019

We currently have some virtual memory address ranges open-coded in kernel/process.rs (for event queue and I/O queue), and in drivers/virtio/net.rs (for virtio packet buffer). Let's implement a virtual memory allocator for processes and use that instead.

penberg added a commit to penberg/manticore-dev that referenced this issue Dec 7, 2019
We need a virtual memory allocator rather than open-coding these virtual
memory addresses. Let's add a FIXME and hope someone makes them go away.

Refs manticoreos#34
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