Fix exception vector table alignment.

The vector table needs to be aligned but needs alignment inside the
section for this to translate into alignment in the binary.

Bug: 117551008
Change-Id: I7f837960be76ef37453810cbcaa325427afba0b1
1 file changed
tree: 16804a8df1e85f8032df53065c8c922f69db78de
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. src/
  7. test/
  8. third_party/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .gitmodules
  13. .gn
  14. BUILD.gn
  15. CONTRIBUTING.md
  16. LICENSE
  17. Makefile
  18. README.md
README.md

Hafnium

go/hafnium

Hafnium is a hypervisor, initially supporting aarch64 (64-bit ARMv8 CPUs).

Further details are available in the design doc.

Get in touch and keep up-to-date at g/hafnium-eng.

Getting started

To jump in and build Hafnium, follow the getting started instructions.