OBS User unknown
2009-05-25 15:28:04 +00:00
committed by Git OBS Bridge
parent e769c89f5e
commit cb67068a09
29 changed files with 187 additions and 46 deletions

View File

@@ -20,13 +20,6 @@ The Standard Kernel
The standard kernel for both uniprocessor and multiprocessor systems.
=== kernel-legacy ===
The Legacy Kernel
The kernel for both uniprocessor and multiprocessor systems to run on older
hardware. It contains support for ISA devices and has the Physical Addressing
Extension (PAE) feature disabled.
=== kernel-kdump ===
kernel for kdump
@@ -35,6 +28,18 @@ bootloader, the kexec tool has to be used to load it. Once the system
crashes, the loaded kernel will be started to grab debug info from the
crashed kernel.
=== kernel-pae ===
Kernel with PAE Support
This kernel supports up to 64GB of main memory. It requires Physical
Addressing Extensions (PAE), which were introduced with the Pentium Pro
processor.
PAE is not only more physical address space but also important for the
"no execute" feature which disables execution of code that is marked as
non-executable. Therefore, the PAE kernel should be used on any systems
that support it, regardless of the amount of main memory.
=== kernel-ppc64 ===
Kernel for ppc64 Systems