Skip to content

Commit bd02da3

Browse files
committed
Update XTLDR configuration file
1 parent 1d26b81 commit bd02da3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootdata/xtldr/xtldr.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate;
77
# it is also possible to specify custom port address with: COM0:[address],[baud_rate]
88
# 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
911
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
1012
# Timeout - sets the countdown timer (in seconds) before the default OS get started automatically
1113
# Tune - plays a tune on the pcspeaker right before the XTLDR boot menu shows up
@@ -25,6 +27,7 @@
2527
[XTLDR]
2628
Debug=COM1,115200
2729
Default=ExectOS
30+
KeepLastBoot=TRUE
2831
Modules=beep
2932
Timeout=10
3033
Tune=400 880 2 988 2 783 2 392 2 587 3

0 commit comments

Comments
 (0)