mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
Tab2Space changes.
svn path=/trunk/; revision=65965
This commit is contained in:
parent
9743a65b37
commit
0a9c7876a7
1 changed files with 28 additions and 28 deletions
|
@ -29,43 +29,43 @@
|
|||
|
||||
; [FREELOADER] Section Commands:
|
||||
;
|
||||
; MessageBox - displays the specified text in a message box upon bootup
|
||||
; MessageLine - adds a new line of text to a message box (must come before MessageBox command)
|
||||
; TitleText - text that is displayed in the title box
|
||||
; 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, or Dark
|
||||
; TitleBoxTextColor - title box text color
|
||||
; TitleBoxColor - title box background color
|
||||
; MessageBoxTextColor - message box text color
|
||||
; MessageBoxColor - message box background color
|
||||
; MenuTextColor - menu text color
|
||||
; MenuColor - menu color
|
||||
; TextColor - normal text color
|
||||
; SelectedTextColor - selected text color
|
||||
; SelectedColor - selected text background color
|
||||
; TimeOut - sets the timeout (in seconds) before the first OS listed gets booted automagically
|
||||
; MessageBox - displays the specified text in a message box upon bootup
|
||||
; MessageLine - adds a new line of text to a message box (must come before MessageBox command)
|
||||
; TitleText - text that is displayed in the title box
|
||||
; 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, or Dark
|
||||
; TitleBoxTextColor - title box text color
|
||||
; TitleBoxColor - title box background color
|
||||
; MessageBoxTextColor - message box text color
|
||||
; MessageBoxColor - message box background color
|
||||
; MenuTextColor - menu text color
|
||||
; MenuColor - menu color
|
||||
; TextColor - normal text color
|
||||
; SelectedTextColor - selected text color
|
||||
; SelectedColor - selected text background color
|
||||
; TimeOut - sets the timeout (in seconds) before the first OS listed gets booted automagically
|
||||
|
||||
; [OS-General] Section Commands:
|
||||
;
|
||||
; BootType - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
|
||||
; BootPath - ARC path e.g. multi(0)disk(0)rdisk(x)partition(y)
|
||||
; DriveMap - maps a BIOS drive number to another (i.e. DriveMap=hd1,hd0 maps harddisk1 to harddisk0 or DriveMap=fd1,fd0)
|
||||
; BootType - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
|
||||
; BootPath - ARC path e.g. multi(0)disk(0)rdisk(x)partition(y)
|
||||
; DriveMap - maps a BIOS drive number to another (i.e. DriveMap=hd1,hd0 maps harddisk1 to harddisk0 or DriveMap=fd1,fd0)
|
||||
|
||||
; [BootSector OSType] Section Commands:
|
||||
;
|
||||
; BootSector - sets the filename of the bootsector to be loaded
|
||||
; BootSector - sets the filename of the bootsector to be loaded
|
||||
|
||||
; [ReactOS OSType] Section Commands:
|
||||
;
|
||||
; SystemPath - sets the system root path (must be a valid ARC - Path):
|
||||
; multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||
; multi(0)disk(0)fdisk(0)
|
||||
; Options - sets the command line options for the kernel being booted
|
||||
; Kernel - sets the kernel filename (default: ntoskrnl.exe)
|
||||
; Hal - sets the HAL filename (default: hal.dll)
|
||||
; SystemPath - sets the system root path (must be a valid ARC - Path):
|
||||
; multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||
; multi(0)disk(0)fdisk(0)
|
||||
; Options - sets the command line options for the kernel being booted
|
||||
; Kernel - sets the kernel filename (default: ntoskrnl.exe)
|
||||
; Hal - sets the HAL filename (default: hal.dll)
|
||||
|
||||
|
||||
[FREELOADER]
|
||||
|
|
Loading…
Reference in a new issue