changeset 4:cc535678286d

add files
author kono
date Fri, 19 Jan 2024 10:14:55 +0900
parents c2a38c3c71ab
children 209a1a162228
files README.md xv6-uefi.def
diffstat 2 files changed, 8 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Jan 19 10:09:02 2024 +0900
+++ b/README.md	Fri Jan 19 10:14:55 2024 +0900
@@ -11,3 +11,11 @@
 cd gnu-efi-3.0.12
 make -k  CROSS_COMPILE=arm-linux-gnueabihf- CFLAGS="-fno-stack-protector -Werror=implicit-fallthrough=0" apps
 ```
+#
+
+
+
+
+```
+  make  CROSS_COMPILE=aarch64-linux-gnu- apps
+```
--- a/xv6-uefi.def	Fri Jan 19 10:09:02 2024 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-BootStrap: docker
-From: ubuntu:22.04
-
-%post
-    apt-get update
-    apt-get upgrade -y
-    DEBIAN_FRONTEND=noninteractive \
-    apt-get install -y \
-    qemu-utils \
-        qemu-efi-aarch64 \
-        qemu-system-arm \
-        build-essential \
-        uuid-dev \
-        git \
-        tzdata \
-        mercurial \
-        python3-pip \
-        iasl \
-        nasm \
-    zsh \
-    vim \
-    wget
-    DEBIAN_FRONTEND=noninteractive \
-    apt-get install -y \
-        crossbuild-essential-armhf \
-	crossbuild-essential-arm64
-    cd /usr/local/src
-    # 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