A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update firmware setup to return drive options for aarch64 architecture

+6 -1
+6 -1
src/utils.ts
··· 127 127 edk2VarsAarch64, 128 128 ); 129 129 130 - return [edk2Aarch64, edk2VarsAarch64]; 130 + return [ 131 + "-drive", 132 + `if=pflash,format=raw,file=${edk2Aarch64},readonly=on`, 133 + "-drive", 134 + `if=pflash,format=raw,file=${edk2VarsAarch64}`, 135 + ]; 131 136 } 132 137 133 138 export async function runQemu(