golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/linux-arm-qemu/buildlet-qemu (about) 1 #!/bin/sh 2 # Runs QEMU for buildlet, then halts the host machine. 3 /usr/bin/qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -nographic -no-reboot -sd /arm/root.img -kernel /arm/vmlinuz -append "root=/dev/mmcblk0 console=ttyAMA0 rw rootwait" -m 1024 -redir tcp:80::80 -redir tcp:443::443 -redir tcp:5936::5936 4 /sbin/halt