forked from AbleOS/ableos
12 lines
361 B
Bash
Executable file
12 lines
361 B
Bash
Executable file
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
|