This is a demo project for learning ARMv8 Aarch64 ISA and ARMv8 assembly.
It supports:
- FIQ/IRQ handling
- Exception handling
- Page table
- SMP
It requires qemu-system-aarch64
installed to run this project.
make
qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -smp 2 \
-kernel krenel.elf