From 6d8247bd0e6a5436d4bac4aceaf69fbf3372f7a5 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 15 Oct 2022 00:30:32 -0700 Subject: [PATCH] bootstrap: superficial changes --- cosmo-bootstrap/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cosmo-bootstrap/Dockerfile b/cosmo-bootstrap/Dockerfile index 4ee2c50..2543cbe 100644 --- a/cosmo-bootstrap/Dockerfile +++ b/cosmo-bootstrap/Dockerfile @@ -26,6 +26,7 @@ RUN : \ && shed build/config.mk 's/-march=native/-march=haswell -mno-pclmul -mtune=generic/' \ # fix execution on alpine (although installing the loader mitigates this) \ && sed -i 's/skip=" 76" count=" 128"/skip=76 count=128 /' build/bootstrap/*.com \ +\ && install -m0755 build/bootstrap/ape.elf /usr/bin/ape \ && shed Makefile \ # TODO: apply changes to COSMOPOLITAN_HEADERS as to include them in cosmopolitan.h \ @@ -59,7 +60,7 @@ RUN : \ '(T//*) f="third_party/$g";;' \ 'esac; $once && set -- "$@" "$f" || set -- "$f"; once=true; done' \ '"$@"' \ -# don't forget to do this \ +# i always forget to do this \ && chmod +x makeit expand \ ;