File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 6
6
# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate;
7
7
# it is also possible to specify custom port address with: COM0:[address],[baud_rate]
8
8
# Default - specifies which operating system listen in config file will be started if no choice is made
9
+ # KeepLastBoot - specifies whether last booted OS should be stored in NVRAM and booted automatically next time, or not;
10
+ # this parameter takes 'true' or 'false' value
9
11
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
10
12
# Timeout - sets the countdown timer (in seconds) before the default OS get started automatically
11
13
# Tune - plays a tune on the pcspeaker right before the XTLDR boot menu shows up
25
27
[XTLDR]
26
28
Debug =COM1,115200
27
29
Default =ExectOS
30
+ KeepLastBoot =TRUE
28
31
Modules =beep
29
32
Timeout =10
30
33
Tune =400 880 2 988 2 783 2 392 2 587 3
You can’t perform that action at this time.
0 commit comments