summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-03-18 12:16:59 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-03-18 12:16:59 -0400
commitd79855e77266bd1bad959439cce893682b6a7300 (patch)
treeabb4da7da447d04d544aea26d3beb2543d46ccb8 /docs
parent251e26388b83f4bfd8a5ae28263db295e5b683b5 (diff)
downloadqemu-seabios-d79855e77266bd1bad959439cce893682b6a7300.tar.gz
docs: Clarify that pci-optionrom-exec doesn't apply to roms in cbfs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Runtime_config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Runtime_config.md b/docs/Runtime_config.md
index 65bd26a..4ac0eae 100644
--- a/docs/Runtime_config.md
+++ b/docs/Runtime_config.md
@@ -181,7 +181,7 @@ There are several additional configuration options available in the
| extra-pci-roots | If the target machine has multiple independent root buses set this to a positive value. The SeaBIOS PCI probe will then search for the given number of extra root buses.
| ps2-keyboard-spinup | Some laptops that emulate PS2 keyboards don't respond to keyboard commands immediately after powering on. One may specify the amount of time (in milliseconds) here to allow as additional time for the keyboard to become responsive. When this field is set, SeaBIOS will repeatedly attempt to detect the keyboard until the keyboard is found or the specified timeout is reached.
| optionroms-checksum | Option ROMs are required to have correct checksums. However, some option ROMs in the wild don't correctly follow the specifications and have bad checksums. Set this to a zero value to allow SeaBIOS to execute them anyways.
-| pci-optionrom-exec | Controls option ROM execution for roms found on PCI devices. Valid values are 0: Execute no ROMs, 1: Execute only VGA ROMs, 2: Execute all ROMs. The default is 2 (execute all ROMs).
+| pci-optionrom-exec | Controls option ROM execution for roms found on PCI devices (as opposed to roms found in CBFS/fw_cfg). Valid values are 0: Execute no ROMs, 1: Execute only VGA ROMs, 2: Execute all ROMs. The default is 2 (execute all ROMs).
| 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.