aero icon indicating copy to clipboard operation
aero copied to clipboard

Support for aarch64 and machine raspi3

Open Andy-Python-Programmer opened this issue 4 years ago • 0 comments

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

Andy-Python-Programmer avatar Apr 14 '21 02:04 Andy-Python-Programmer