Sam Lantinga
Sam Lantinga
Sure, if you give me a download link for the disk image and a qemu configure and run command line, I'll be happy to check it out. I'm applying the...
Okay, what qemu target do I need to build to run AArch64 Linux?
Okay, I'm configuring with `configure --target-list=aarch64-softmmu`, and here's my configuration output: ``` qemu 7.2.50 Directories Install prefix : /usr/local BIOS directory : share/qemu firmware path : share/qemu-firmware binary directory :...
Okay, I have it built and installed. What is the command line to boot the VM?
I'm trying: ``` qemu-system-aarch64 \ -machine virt,accel=hvf,highmem=off \ -cpu cortex-a72 -smp 2 -m 3G \ -device intel-hda -device hda-output \ -device qemu-xhci \ -device usb-kbd \ -device virtio-mouse-pci \ -drive...
That's closer... `BdsDxe: failed to load Boot0001 "UEFI Misc Device" from VenHw(...)` I don't necessarily need to boot from a Fedora image, I just couldn't find an Arch aarch64 installer...
Okay, I found an archboot image at https://pkgbuild.com/~tpowa/archboot/iso/aarch64/latest/, and I found out how to set up bridged networking with macOS. Here's my boot command: ``` qemu-system-aarch64 \ -machine virt,accel=hvf,highmem=off \...
So I'm not running fullscreen yet, just trying to get this working, and I have GDM starting at boot, but all I get is a black screen and these warnings:...
I am using virglrenderer from here: https://github.com/akihikodaki/virglrenderer/tree/macos
@wooosh, can you update this PR? It would be great to get in for SDL 3.0. Thanks!