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
Currently, if we need to map distinct MMIO regions sharing the same page, we do multiple mapping. This is wasteful of address space, which is a relatively scarce resource.
It might be a good idea to make an MMIO manager that hands out references to the same mapping (with different offsets) when a single page is shared.
Currently, if we need to map distinct MMIO regions sharing the same page, we do multiple mapping. This is wasteful of address space, which is a relatively scarce resource.
It might be a good idea to make an MMIO manager that hands out references to the same mapping (with different offsets) when a single page is shared.
SunriseOS/kernel/src/devices/ioapic.rs
Lines 227 to 237 in 8012637
This issue was generated by todo based on a
TODO
comment in 8012637 when #304 was merged. cc @roblabla.The text was updated successfully, but these errors were encountered: