Skip to content

Instantly share code, notes, and snippets.

View gottaeat's full-sized avatar
🏃‍♂️

gottaeat

🏃‍♂️
View GitHub Profile
@gottaeat
gottaeat / qemu.sh
Created May 16, 2023 15:30
final qemu
#!/bin/sh
q_name="arch linux baremetal test vm"
q_proc="archQEMUbare"
q_cpuarg="host,hv-relaxed,hv-vapic,hv-spinlocks=0x1fff,"
q_cpuarg="${q_cpuarg}hv-time,hv_vapic,hv_vendor_id=0xDEADBEEFFF"
q_cpucfg="sockets=1,cores=2,threads=2"
q_memcfg="size=8G,slots=0,maxmem=8G"
q_efifw="./fw/arch-edk2-x86_64-code.fd"