- Make sure you have required dependencies
aarch64-none-elf-gcc
aarch64-none-elf-g++
aarch64-none-elf-ld
aarch64-none-elf-as
You can install here. Make sure that you install the right one. (Bare Metal Target)
Then unzip and put it in PATH
You will also need QEMU
sudo apt install qemu-system-aarch64 qemu-utils
Or install the full package.
sudo apt install qemu qemu-system
- Build
Go into your terminal and navigate to the folder.
Run make
- Running it
Run make run in terminal