From 11239640cba1d187f0b09c4bc3c3e0b76d03bd0c Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sat, 13 May 2023 10:59:24 +0000 Subject: no more image.sh, use qemu fat emulation --- image.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 image.sh (limited to 'image.sh') diff --git a/image.sh b/image.sh deleted file mode 100755 index 267f84a..0000000 --- a/image.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash - -imagefile=uefi.img -loaderfile=loader/loader.efi -shimfile=kc/boot/efi.os -kernelfile=kc/core/kernel.os - -if [[ ! -f ${imagefile} ]]; then - dd if=/dev/zero of=${imagefile} bs=1024 count=1440 - mformat -i uefi.img -f1440 :: -fi - -mmd -i ${imagefile} -Do ::EFI -mmd -i ${imagefile} -Do ::EFI/BOOT -mcopy -i ${imagefile} -Do ${loaderfile} ::EFI/BOOT/BOOTX64.EFI -mmd -i ${imagefile} -Do ::adasoft -mmd -i ${imagefile} -Do ::adasoft/sophia -mcopy -i ${imagefile} -Do ${shimfile} -Do ::adasoft/sophia -mcopy -i ${imagefile} -Do ${kernelfile} -Do ::adasoft/sophia - -- cgit v1.3.1-1-g115d