You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
We currently have some virtual memory address ranges open-coded in
kernel/process.rs
(for event queue and I/O queue), and indrivers/virtio/net.rs
(for virtio packet buffer). Let's implement a virtual memory allocator for processes and use that instead.The text was updated successfully, but these errors were encountered: