README.txt 954 B

123456789101112131415161718192021222324252627282930
  1. arch/x86_64/include/README.txt
  2. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3. This directory holds x86_64-specific header files. The top-level header files in
  4. arch/x86_64/include simply include corresponding header files from lower lower-
  5. level chip-specific and architecture-specific directories.
  6. Architecture-Specific Directories
  7. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8. Architecture-specific directories hold common header files for specific x86_64
  9. architectures.
  10. intel64
  11. This directory holds definitions appropriate for any instantiation of the
  12. Intel architecture in 64bit long mode.
  13. Chip-Specific directories
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^
  15. The same x86 architecture may be realized in different chip implementations.
  16. For SoC chips, in particular, on-chip devices and differing interrupt
  17. structures may require special, chip-specific definitions in these chip-
  18. specific directories.
  19. broadwell
  20. This is the implementation of NuttX on the Intel Broadwell processors.