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
According to https://www.kernel.org/doc/Documentation/arm64/booting.txt:
"The Image must be placed text_offset bytes from a 2MB aligned base
address anywhere in usable system RAM and called there."
For the aarch64 case, the kernel_offset parameter allows a VMM to
specify the desired base address at which to load the image in
guest memory, while text_offset is contained in the Image header.
Ensure that the base address requested by the VMM meets the 2 MB
alignment requirement.
Related to #12
Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
0 commit comments