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
Simplified checks for address/size out of range but also a new check to
limit to identity mapped 4GiB region.
The potential address is now clamped to the max start address if that is
in the range. This fixes the issue with booting with more than 2GiB as
the Linux max is just under 2GiB and previously the potential address
would be at the top of the 3GiB boundary when running with more than
2GiB.
Tested with image boot with initrd with 1GiB and 4GiB RAM.
Fixes: #175
Signed-off-by: Rob Bradford <[email protected]>
0 commit comments