https://git.reactos.org/?p=reactos.git;a=commitdiff;h=38cbe5acc36dfdebab03f…
commit 38cbe5acc36dfdebab03f8a9b70a20a0c180c56c
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Feb 20 20:59:53 2022 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Mon Feb 21 02:54:06 2022 +0100
[FREELDR] Update documentation following timeout and UI style work.
---
boot/freeldr/FREELDR.INI | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/boot/freeldr/FREELDR.INI b/boot/freeldr/FREELDR.INI
index ddb9a88277d..1887ac78017 100644
--- a/boot/freeldr/FREELDR.INI
+++ b/boot/freeldr/FREELDR.INI
@@ -12,8 +12,9 @@
; Debug - FreeLoader debugging port parameters, e.g.
; /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200
; MessageBox - Displays the specified text in a message box upon startup.
+; The text can be escaped for newlines (\n).
; DefaultOS - Specifies which OS listed is the default choice.
-; TimeOut - Sets the timeout (in seconds) before the first OS listed
+; TimeOut - Sets the countdown (in seconds) before the first OS listed
; gets booted automatically.
; [Display] Section Commands:
@@ -28,12 +29,17 @@
; 0x502B for 80x43
; 0x503C for 80x60
;
-; TitleText - Text that is displayed in the title box.
+; TitleText - Text being displayed in the title box.
+; TimeText - Text being displayed for the timeout countdown.
+; It can be escaped (with a single %d) for the countdown
+; to be inserted at a specific place, instead of being
+; appended at the end.
; StatusBarColor - Color of status bar's background.
; StatusBarTextColor - Color of status bar's text.
; BackdropTextColor - Color of the backdrop's fill.
; BackdropColor - Color of the backdrop's background.
-; BackdropFillStyle - Backdrop fill style - can be: Light, Medium, Dark.
+; BackdropFillStyle - Backdrop fill style, can be one of the following:
+; None, Light, Medium, Dark.
; TitleBoxTextColor - Title box text color.
; TitleBoxColor - Title box background color.
; MessageBoxTextColor - Message box text color.
@@ -43,6 +49,12 @@
; TextColor - Normal text color.
; SelectedTextColor - Selected text color.
; SelectedColor - Selected text background color.
+;
+; ShowTime - Shows the current time ("Yes") or not
("No").
+; MenuBox - Draws a box around the menu ("Yes") or not
("No").
+; CenterMenu - Uses a centered ("Yes") or left-aligned
("No") menu.
+; MinimalUI - Uses a minimal NTLDR-like ("Yes") or a full-fledged
+; ("No") Text User Interface.
; SpecialEffects - Turns on ("Yes") or off ("No") video
special effects.
;
; Background colors can be any one of the following:
@@ -175,6 +187,10 @@ MenuColor=Blue
TextColor=Yellow
SelectedTextColor=Black
SelectedColor=Gray
+ShowTime=Yes
+MenuBox=Yes
+CenterMenu=Yes
+MinimalUI=No
SpecialEffects=Yes
[Operating Systems]