| OLD | NEW |
| 1 Kernel Parameters | 1 Kernel Parameters |
| 2 ~~~~~~~~~~~~~~~~~ | 2 ~~~~~~~~~~~~~~~~~ |
| 3 | 3 |
| 4 The following is a consolidated list of the kernel parameters as implemented | 4 The following is a consolidated list of the kernel parameters as implemented |
| 5 (mostly) by the __setup() macro and sorted into English Dictionary order | 5 (mostly) by the __setup() macro and sorted into English Dictionary order |
| 6 (defined as ignoring all punctuation and sorting digits before letters in a | 6 (defined as ignoring all punctuation and sorting digits before letters in a |
| 7 case insensitive manner), and with descriptions where known. | 7 case insensitive manner), and with descriptions where known. |
| 8 | 8 |
| 9 Module parameters for loadable modules are specified only as the | 9 Module parameters for loadable modules are specified only as the |
| 10 parameter name with optional '=' and value as appropriate, such as: | 10 parameter name with optional '=' and value as appropriate, such as: |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 parameter is applicable: | 36 parameter is applicable: |
| 37 | 37 |
| 38 ACPI ACPI support is enabled. | 38 ACPI ACPI support is enabled. |
| 39 AGP AGP (Accelerated Graphics Port) is enabled. | 39 AGP AGP (Accelerated Graphics Port) is enabled. |
| 40 ALSA ALSA sound support is enabled. | 40 ALSA ALSA sound support is enabled. |
| 41 APIC APIC support is enabled. | 41 APIC APIC support is enabled. |
| 42 APM Advanced Power Management support is enabled. | 42 APM Advanced Power Management support is enabled. |
| 43 AVR32 AVR32 architecture is enabled. | 43 AVR32 AVR32 architecture is enabled. |
| 44 AX25 Appropriate AX.25 support is enabled. | 44 AX25 Appropriate AX.25 support is enabled. |
| 45 BLACKFIN Blackfin architecture is enabled. | 45 BLACKFIN Blackfin architecture is enabled. |
| 46 DM Device mapper support is enabled. |
| 46 DRM Direct Rendering Management support is enabled. | 47 DRM Direct Rendering Management support is enabled. |
| 47 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled | 48 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled |
| 48 EFI EFI Partitioning (GPT) is enabled | 49 EFI EFI Partitioning (GPT) is enabled |
| 49 EIDE EIDE/ATAPI support is enabled. | 50 EIDE EIDE/ATAPI support is enabled. |
| 50 FB The frame buffer device is enabled. | 51 FB The frame buffer device is enabled. |
| 51 GCOV GCOV profiling is enabled. | 52 GCOV GCOV profiling is enabled. |
| 52 HW Appropriate hardware is enabled. | 53 HW Appropriate hardware is enabled. |
| 53 IA-64 IA-64 architecture is enabled. | 54 IA-64 IA-64 architecture is enabled. |
| 54 IMA Integrity measurement architecture is enabled. | 55 IMA Integrity measurement architecture is enabled. |
| 55 IOSCHED More than one I/O scheduler is enabled. | 56 IOSCHED More than one I/O scheduler is enabled. |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 disable_mtrr_trim [X86, Intel and AMD only] | 627 disable_mtrr_trim [X86, Intel and AMD only] |
| 627 By default the kernel will trim any uncacheable | 628 By default the kernel will trim any uncacheable |
| 628 memory out of your available memory pool based on | 629 memory out of your available memory pool based on |
| 629 MTRR settings. This parameter disables that behavior, | 630 MTRR settings. This parameter disables that behavior, |
| 630 possibly causing your machine to run very slowly. | 631 possibly causing your machine to run very slowly. |
| 631 | 632 |
| 632 disable_timer_pin_1 [X86] | 633 disable_timer_pin_1 [X86] |
| 633 Disable PIN 1 of APIC timer | 634 Disable PIN 1 of APIC timer |
| 634 Can be useful to work around chipset bugs. | 635 Can be useful to work around chipset bugs. |
| 635 | 636 |
| 637 dm= [DM] Allows early creation of a device-mapper device. |
| 638 See Documentation/device-mapper/boot.txt. |
| 639 |
| 636 dmasound= [HW,OSS] Sound subsystem buffers | 640 dmasound= [HW,OSS] Sound subsystem buffers |
| 637 | 641 |
| 638 dma_debug=off If the kernel is compiled with DMA_API_DEBUG support, | 642 dma_debug=off If the kernel is compiled with DMA_API_DEBUG support, |
| 639 this option disables the debugging code at boot. | 643 this option disables the debugging code at boot. |
| 640 | 644 |
| 641 dma_debug_entries=<number> | 645 dma_debug_entries=<number> |
| 642 This option allows to tune the number of preallocated | 646 This option allows to tune the number of preallocated |
| 643 entries for DMA-API debugging code. One entry is | 647 entries for DMA-API debugging code. One entry is |
| 644 required per DMA-API allocation. Use this if the | 648 required per DMA-API allocation. Use this if the |
| 645 DMA-API debugging code disables itself because the | 649 DMA-API debugging code disables itself because the |
| (...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2753 xirc2ps_cs= [NET,PCMCIA] | 2757 xirc2ps_cs= [NET,PCMCIA] |
| 2754 Format: | 2758 Format: |
| 2755 <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_h
ack>[,<irq2>[,<irq3>[,<irq4>]]] | 2759 <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_h
ack>[,<irq2>[,<irq3>[,<irq4>]]] |
| 2756 | 2760 |
| 2757 ______________________________________________________________________ | 2761 ______________________________________________________________________ |
| 2758 | 2762 |
| 2759 TODO: | 2763 TODO: |
| 2760 | 2764 |
| 2761 Add documentation for ALSA options. | 2765 Add documentation for ALSA options. |
| 2762 Add more DRM drivers. | 2766 Add more DRM drivers. |
| OLD | NEW |