commit | e84ab961133c59237851f7998c43ee68b25c267c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 23 02:16:03 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 29 10:51:50 2022 +0100 |
tree | a40b20440c6b8d7042658e5215be9288a02bcc63 | |
parent | d6f8e7a8d102cb8ea16f1c6e97c86a372b171daa [diff] |
efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE For the 64bit EFI binaries that we create set the IMAGE_FILE_LARGE_ADDRESS_AWARE characteristic in the PE-COFF header to indicate that they can handle addresses above 2 GiB. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>