gitextract_myseskiw/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .gitmodules ├── ESP.qcow2 ├── README.md ├── basic.sh ├── docs/ │ ├── FAQs.md │ ├── guide-Apple-ID.md │ ├── guide-networking.md │ ├── guide-passthrough.md │ ├── guide-performance.md │ └── guide-screen-resolution.md ├── firmware/ │ ├── LICENSE │ ├── OVMF_CODE.fd │ └── OVMF_VARS-1024x768.fd ├── headless.sh ├── jumpstart.sh ├── make.sh ├── tools/ │ ├── FetchMacOS/ │ │ ├── .idea/ │ │ │ ├── FetchMacOS.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── workspace.xml │ │ ├── fetch-macos.py │ │ ├── fetch.sh │ │ └── requirements.txt │ ├── debug.sh │ ├── dmg2img │ └── template.xml.in └── virtio.sh