mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
52 lines
1.1 KiB
INI
52 lines
1.1 KiB
INI
[FREELOADER]
|
|
DefaultOS=LiveCD_Debug
|
|
TimeOut=3
|
|
|
|
[Display]
|
|
TitleText=ReactOS LiveCD
|
|
StatusBarColor=Cyan
|
|
StatusBarTextColor=Black
|
|
BackdropTextColor=White
|
|
BackdropColor=Blue
|
|
BackdropFillStyle=Medium
|
|
TitleBoxTextColor=White
|
|
TitleBoxColor=Red
|
|
MessageBoxTextColor=White
|
|
MessageBoxColor=Blue
|
|
MenuTextColor=Gray
|
|
MenuColor=Black
|
|
TextColor=Gray
|
|
SelectedTextColor=Black
|
|
SelectedColor=Gray
|
|
ShowTime=No
|
|
MenuBox=No
|
|
CenterMenu=No
|
|
MinimalUI=Yes
|
|
TimeText=Seconds until highlighted choice will be started automatically:
|
|
|
|
[Operating Systems]
|
|
LiveCD="LiveCD"
|
|
LiveCD_Debug="LiveCD (Debug)"
|
|
LiveCD_Screen="LiveCD (Screen)"
|
|
LiveCD_LogFile="LiveCD (Log file)"
|
|
|
|
[LiveCD]
|
|
BootType=Windows2003
|
|
SystemPath=LiveCD\reactos
|
|
Options=/MININT
|
|
|
|
[LiveCD_Debug]
|
|
BootType=Windows2003
|
|
SystemPath=LiveCD\reactos
|
|
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
|
|
|
|
[LiveCD_Screen]
|
|
BootType=Windows2003
|
|
SystemPath=LiveCD\reactos
|
|
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
|
|
|
[LiveCD_LogFile]
|
|
BootType=Windows2003
|
|
SystemPath=LiveCD\reactos
|
|
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|