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
One of my wishes for vboot is to properly support kernel relocation. So instead of loading the kernel to a fixed address, we would like to be able to load it to whatever physical address the bootloader just finds. This simplifies things a lot, and as we use PE kernel it should also be PIC enabled by default.
This would enable kernel address randomization.
The text was updated successfully, but these errors were encountered:
One of my wishes for vboot is to properly support kernel relocation. So instead of loading the kernel to a fixed address, we would like to be able to load it to whatever physical address the bootloader just finds. This simplifies things a lot, and as we use PE kernel it should also be PIC enabled by default.
This would enable kernel address randomization.
The text was updated successfully, but these errors were encountered: