Build posix-runner at the end of stage0-uefi.

This commit is contained in:
Andrius Štikonas 2024-01-06 16:22:07 +00:00
parent f5be5f91b5
commit acbf7cc31a
Signed by: andrius
GPG Key ID: 0C0331D5228A3B62
1 changed files with 5 additions and 0 deletions

5
after.kaem Normal file
View File

@ -0,0 +1,5 @@
cd /posix-runner
M2LIBC_PATH=${M2LIBC}
PATH=${BINDIR}
${BINDIR}/M2-Mesoplanet.efi --os UEFI --architecture ${ARCH} --file posix-runner.c --output ${BINDIR}/posix-runner.efi
cd ..