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
The Mapper::map_to function has a generic parameter S, which defines the page size. It defaults to 4KiB, but you can specifiy it as Size2MiB instead (Page<Size2MiB> and PhysFrame<Size2MiB>).
It only allows me to set 4KiB page frame.
The text was updated successfully, but these errors were encountered: