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