ARM: Commit the sin of binarys into a git repo

master
able 2023-07-15 05:50:54 -05:00
parent b60389ea21
commit cec0cdc116
2 changed files with 11 additions and 0 deletions

BIN
AAVMF_CODE.fd Normal file

Binary file not shown.

11
arm.sh Executable file
View File

@ -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