src/bare-metal/aps.md
So far we've talked about microcontrollers, such as the Arm Cortex-M series. These are typically small systems with very limited resources.
Larger systems with more resources are typically called application processors, built around processors such as the ARM Cortex-A or Intel Atom.
For simplicity we'll just work with QEMU's aarch64 'virt' board.
<details>