Hello World for bare metal ARMv8 using QEMU
- Install Linaro toolchain for Aarch64 little-endian
sudo apt-get install gcc-aarch64-linux-gnu
- Install recent QEMU with Aarch64 target
sudo apt-get install qemu-system-arm
- Changes the current working directory to the specified one and then
make
make qemu
armv8-hello
is freely redistributable under the two-clause BSD License.
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE
file.