diff options
| author | hpa <hpa> | 2005-01-04 22:17:17 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2005-01-04 22:17:17 +0000 |
| commit | 0f5815800c602279e8a764441a16fd5478c0f387 (patch) | |
| tree | c920ee4220350d5f721f34241a0cf002c32e94d1 /syslinux.doc | |
| parent | 10ae4b4ddda70fd165620864591886a8810d4be0 (diff) | |
| download | syslinux-3.02-pre3.tar.gz | |
New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3
Diffstat (limited to 'syslinux.doc')
| -rw-r--r-- | syslinux.doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc index 6373d67c..0092f887 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -288,6 +288,15 @@ SERIAL port [[baudrate] flowcontrol] ports detected by the BIOS. They may or may not correspond to the legacy port values 0x3F8, 0x2F8, 0x3E8, 0x2E8. +CONSOLE flag_val + If flag_val is 0, disable output to the normal video console. + If flag_val is 1, enable output to the video console (this is + the default.) + + Some BIOSes try to forward this to the serial console and + sometimes make a total mess thereof, so this option lets you + disable the video console on these systems. + FONT filename Load a font in .psf format before displaying any output (except the copyright line, which is output as ldlinux.sys |
