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
As the types in this crate can be used for managing (allocating and deallocating) physical and virtual memory, it might be reasonable to use specific types for this, especially for PageRange. I have made an attempt to provide such types in https://github.com/hermit-os/memory-addresses, maybe they are useful here or can be improved to be used in this crate.
The text was updated successfully, but these errors were encountered:
As the types in this crate can be used for managing (allocating and deallocating) physical and virtual memory, it might be reasonable to use specific types for this, especially for
PageRange
. I have made an attempt to provide such types in https://github.com/hermit-os/memory-addresses, maybe they are useful here or can be improved to be used in this crate.The text was updated successfully, but these errors were encountered: