diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index ef8b11cec6e9..f72ba727441f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1145,9 +1145,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1145 | kgdboc= [KGDB,HW] kgdb over consoles. | 1145 | kgdboc= [KGDB,HW] kgdb over consoles. |
1146 | Requires a tty driver that supports console polling, | 1146 | Requires a tty driver that supports console polling, |
1147 | or a supported polling keyboard driver (non-usb). | 1147 | or a supported polling keyboard driver (non-usb). |
1148 | Serial only format: <serial_device>[,baud] | 1148 | Serial only format: <serial_device>[,baud] |
1149 | keyboard only format: kbd | 1149 | keyboard only format: kbd |
1150 | keyboard and serial format: kbd,<serial_device>[,baud] | 1150 | keyboard and serial format: kbd,<serial_device>[,baud] |
1151 | Optional Kernel mode setting: | ||
1152 | kms, kbd format: kms,kbd | ||
1153 | kms, kbd and serial format: kms,kbd,<ser_dev>[,baud] | ||
1151 | 1154 | ||
1152 | kgdbwait [KGDB] Stop kernel execution and enter the | 1155 | kgdbwait [KGDB] Stop kernel execution and enter the |
1153 | kernel debugger at the earliest opportunity. | 1156 | kernel debugger at the earliest opportunity. |