Skip to content

Instantly share code, notes, and snippets.

View 8nhuman8's full-sized avatar
🎱

Artyom Bezmenov 8nhuman8

🎱
View GitHub Profile
@billti
billti / arm64-on-Win10.md
Last active November 1, 2024 04:48
ARM64 Linux on Win10

Below are the steps to get an ARM64 version of Ubuntu running in the QEMU emulator on Windows 10.

Install QEMU

Install for Windows from https://qemu.weilnetz.de/w64/ (I used qemu-w64-setup-20181211.exe)

Put C:\Program Files\qemu on your PATH, and run the below to check it's working (which will list out the CPUs the AArch64 emulator can emulate):

qemu-system-aarch64 -M virt -cpu help