diff --git a/AAVMF_CODE.fd b/AAVMF_CODE.fd new file mode 100644 index 0000000..b317c63 Binary files /dev/null and b/AAVMF_CODE.fd differ diff --git a/arm.sh b/arm.sh new file mode 100755 index 0000000..addf7e5 --- /dev/null +++ b/arm.sh @@ -0,0 +1,11 @@ +qemu-system-aarch64 -m 1024 -cpu cortex-a57 \ +-M virt -pflash "AAVMF_CODE.fd" \ +-device virtio-gpu-pci \ +-device virtio-mouse-device \ +-device virtio-keyboard-device \ +-kernel limine/BOOTX64.EFI +# -device virtio-serial-pci \ +# -drive if=none,file=target/disk.img,id=hd0 \ +# -device virtio-blk-device,drive=hd0 + +# -kernel target/aarch64-virt-ableos/debug/kernel