Skip to content

Instantly share code, notes, and snippets.

@4ge32
Last active August 11, 2020 14:29
Show Gist options
  • Save 4ge32/fa1a8151071efbb6d7758548a3d2b8bc to your computer and use it in GitHub Desktop.
Save 4ge32/fa1a8151071efbb6d7758548a3d2b8bc to your computer and use it in GitHub Desktop.

Run the Linux kernel and Busybox on QEMU

AArch64

Build Linux kernel

make ARCH=aarch64 menuconfig
make CROSS_COMPILE=aarch64-linux-gnu- -j8

Build Busybox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment