• Home
Name Date Size #Lines LOC

..--

.gitignoreD08-May-202414 21

IRQ-redir.txtD08-May-20242.5 KiB7050

MakefileD08-May-2024218 93

READMED08-May-20241.2 KiB4426

aliasing-test.cD08-May-20246 KiB263192

aliasing.txtD08-May-20248.5 KiB222158

efirtc.txtD08-May-20244.3 KiB12991

err_inject.txtD08-May-202425.2 KiB1,069930

fsys.txtD08-May-202411.8 KiB287232

kvm.txtD08-May-20243 KiB8464

mca.txtD08-May-20248.8 KiB195153

paravirt_ops.txtD08-May-20246.2 KiB138116

serial.txtD08-May-20246.3 KiB152113

xen.txtD08-May-20245.5 KiB184146

README

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