README
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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