Skip to content

Instantly share code, notes, and snippets.

View hzs0084's full-sized avatar
🏠
Working from home

bigsusman hzs0084

🏠
Working from home
View GitHub Profile
@hzs0084
hzs0084 / x86-m1.md
Created January 14, 2026 19:54 — forked from tadhgboyle/x86-m1.md
running x86_64 `.ova` VMs on an m1 mac
  • install homebrew if you have not already

    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • install qemu

    • brew install qemu
  • extract the .ova file

    • tar -xvf /path/to/ova