summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-11-10 12:16:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2017-11-10 12:16:36 -0500
commit9ce6778f08c632c52b25bc8f754291ef18710d53 (patch)
treee140c8baac0c964bfc9c9129ae6d38cafd837549 /docs
parent63451fca13c75870e1703eb3e20584d91179aebc (diff)
downloadqemu-seabios-9ce6778f08c632c52b25bc8f754291ef18710d53.tar.gz
docs: Add sercon-port to Runtime_config.md documentation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Runtime_config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Runtime_config.md b/docs/Runtime_config.md
index 5171296..6747e2a 100644
--- a/docs/Runtime_config.md
+++ b/docs/Runtime_config.md
@@ -185,6 +185,7 @@ There are several additional configuration options available in the
| s3-resume-vga-init | Set this to a non-zero value to instruct SeaBIOS to run the vga rom on an S3 resume.
| screen-and-debug | Set this to a zero value to instruct SeaBIOS to not write characters it sends to the screen to the debug ports. This can be useful when using sgabios.
| advertise-serial-debug-port | If using a serial debug port, one can set this file to a zero value to prevent SeaBIOS from listing that serial port as available for operating system use. This can be useful when running old DOS programs that are known to reset the baud rate of all advertised serial ports.
+| sercon-port | Set this to the IO address of a serial port to enable SeaBIOS' VGA adapter emulation on the given serial port.
| floppy0 | Set this to the type of the first floppy drive in the system (only type 4 for 3.5 inch drives is supported).
| floppy1 | The type of the second floppy drive in the system. See the description of **floppy0** for more info.
| threads | By default, SeaBIOS will parallelize hardware initialization during bootup to reduce boot time. Multiple hardware devices can be initialized in parallel between vga initialization and option rom initialization. One can set this file to a value of zero to force hardware initialization to run serially. Alternatively, one can set this file to 2 to enable early hardware initialization that runs in parallel with vga, option rom initialization, and the boot menu.