Booting a QEMU Linux System Using a Cross-Compiled aarch64 Kernel and BusyBoxSep 12, 2021LinuxEmulationArm## Compile BusyBox to Generate _install ### Install Build Dependencies bison/flex ```shell sudo apt-get install bison -y sudo apt-get install flex -y ```