forked from xt-sys/exectos
Update XTLDR configuration file
This commit is contained in:
parent
1d26b81923
commit
bd02da30ef
@ -6,6 +6,8 @@
|
|||||||
# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate;
|
# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate;
|
||||||
# it is also possible to specify custom port address with: COM0:[address],[baud_rate]
|
# it is also possible to specify custom port address with: COM0:[address],[baud_rate]
|
||||||
# Default - specifies which operating system listen in config file will be started if no choice is made
|
# Default - specifies which operating system listen in config file will be started if no choice is made
|
||||||
|
# KeepLastBoot - specifies whether last booted OS should be stored in NVRAM and booted automatically next time, or not;
|
||||||
|
# this parameter takes 'true' or 'false' value
|
||||||
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
|
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
|
||||||
# Timeout - sets the countdown timer (in seconds) before the default OS get started automatically
|
# Timeout - sets the countdown timer (in seconds) before the default OS get started automatically
|
||||||
# Tune - plays a tune on the pcspeaker right before the XTLDR boot menu shows up
|
# Tune - plays a tune on the pcspeaker right before the XTLDR boot menu shows up
|
||||||
@ -25,6 +27,7 @@
|
|||||||
[XTLDR]
|
[XTLDR]
|
||||||
Debug=COM1,115200
|
Debug=COM1,115200
|
||||||
Default=ExectOS
|
Default=ExectOS
|
||||||
|
KeepLastBoot=TRUE
|
||||||
Modules=beep
|
Modules=beep
|
||||||
Timeout=10
|
Timeout=10
|
||||||
Tune=400 880 2 988 2 783 2 392 2 587 3
|
Tune=400 880 2 988 2 783 2 392 2 587 3
|
||||||
|
Loading…
Reference in New Issue
Block a user