aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 3845e3a84a52..bdce359820bb 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -58,6 +58,7 @@ parameter is applicable:
58 ISAPNP ISA PnP code is enabled. 58 ISAPNP ISA PnP code is enabled.
59 ISDN Appropriate ISDN support is enabled. 59 ISDN Appropriate ISDN support is enabled.
60 JOY Appropriate joystick support is enabled. 60 JOY Appropriate joystick support is enabled.
61 KGDB Kernel debugger support is enabled.
61 KVM Kernel Virtual Machine support is enabled. 62 KVM Kernel Virtual Machine support is enabled.
62 LIBATA Libata driver is enabled 63 LIBATA Libata driver is enabled
63 LP Printer support is enabled. 64 LP Printer support is enabled.
@@ -1120,13 +1121,16 @@ and is between 256 and 4096 characters. It is defined in the file
1120 use the HighMem zone if it exists, and the Normal 1121 use the HighMem zone if it exists, and the Normal
1121 zone if it does not. 1122 zone if it does not.
1122 1123
1123 kgdboc= [HW] kgdb over consoles. 1124 kgdboc= [KGDB,HW] kgdb over consoles.
1124 Requires a tty driver that supports console polling, 1125 Requires a tty driver that supports console polling,
1125 or a supported polling keyboard driver (non-usb). 1126 or a supported polling keyboard driver (non-usb).
1126 Serial only format: <serial_device>[,baud] 1127 Serial only format: <serial_device>[,baud]
1127 keyboard only format: kbd 1128 keyboard only format: kbd
1128 keyboard and serial format: kbd,<serial_device>[,baud] 1129 keyboard and serial format: kbd,<serial_device>[,baud]
1129 1130
1131 kgdbwait [KGDB] Stop kernel execution and enter the
1132 kernel debugger at the earliest opportunity.
1133
1130 kmac= [MIPS] korina ethernet MAC address. 1134 kmac= [MIPS] korina ethernet MAC address.
1131 Configure the RouterBoard 532 series on-chip 1135 Configure the RouterBoard 532 series on-chip
1132 Ethernet adapter MAC address. 1136 Ethernet adapter MAC address.