Mercurial > hg > Gears > UEFIloader
changeset 2:4cca1b408702
change xv6-uefi.def gnu-efi version
author | nana |
---|---|
date | Tue, 11 Apr 2023 12:18:17 +0900 |
parents | cbcaeba32076 |
children | c2a38c3c71ab |
files | xv6-uefi.def |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/xv6-uefi.def Tue Apr 11 11:50:25 2023 +0900 +++ b/xv6-uefi.def Tue Apr 11 12:18:17 2023 +0900 @@ -22,8 +22,9 @@ wget DEBIAN_FRONTEND=noninteractive \ apt-get install -y \ - crossbuild-essential-armhf + crossbuild-essential-armhf \ + crossbuild-essential-arm64 cd /usr/local/src - git clone --recursive https://github.com/tianocore/edk2 - wget "https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.12.tar.bz2/download" + # git clone --recursive https://github.com/tianocore/edk3 + wget "https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.15.tar.bz2/download" tar xf download