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
I have spent pretty close to a week trying to figure this out. In older versions there was the map_physical_memory feature, which appears to have been removed as of v0.10.0. I have tried everything I can think of to no avail. Any time I try to access the L4 table to map the rest of the memory, I get a page daily.
Things I have tried:
reverse calculating an offset from the logs
creating a new L4 using 4KiB aligned static mut
I even tried patching in an offset on my own fork of the repo
I am at a loss for how to set up memory without a valid offset