ia64.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ===========================================
  2. Linux kernel release for the IA-64 Platform
  3. ===========================================
  4. These are the release notes for Linux since version 2.4 for IA-64
  5. platform. This document provides information specific to IA-64
  6. ONLY, to get additional information about the Linux kernel also
  7. read the original Linux README provided with the kernel.
  8. Installing the Kernel
  9. =====================
  10. - IA-64 kernel installation is the same as the other platforms, see
  11. original README for details.
  12. Software Requirements
  13. =====================
  14. Compiling and running this kernel requires an IA-64 compliant GCC
  15. compiler. And various software packages also compiled with an
  16. IA-64 compliant GCC compiler.
  17. Configuring the Kernel
  18. ======================
  19. Configuration is the same, see original README for details.
  20. Compiling the Kernel:
  21. - Compiling this kernel doesn't differ from other platform so read
  22. the original README for details BUT make sure you have an IA-64
  23. compliant GCC compiler.
  24. IA-64 Specifics
  25. ===============
  26. - General issues:
  27. * Hardly any performance tuning has been done. Obvious targets
  28. include the library routines (IP checksum, etc.). Less
  29. obvious targets include making sure we don't flush the TLB
  30. needlessly, etc.
  31. * SMP locks cleanup/optimization
  32. * IA32 support. Currently experimental. It mostly works.