aero
aero copied to clipboard
Support for aarch64 and machine raspi3
Add support for aarch64 and use the qemu machine type raspi3 to emulate a raspberry pi 3 in qemu.
Checklist:
- [ ] Port the build system to use the provided target triple
- [ ] Create custom bootloader
- [ ] Create support for aarch64 in the build system. Including creating the aarch64-aero_os target file
- [ ] Support for aarch64 paging
- [ ] Add aarch64 support to the bootloader
- [ ] Move arch dependent stuff into traits
- [ ] Create a new arch aarch64 and port every arch item