mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FREELDR] Update documentation following timeout and UI style work.
This commit is contained in:
parent
63833c769f
commit
38cbe5acc3
1 changed files with 19 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue