mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
ea4cfcfa12
This includes: - the default TimeText; - the default colors. They can however be changed by the user at one's convenience, by explicitly specifying different values.
45 lines
981 B
INI
45 lines
981 B
INI
[FREELOADER]
|
|
DefaultOS=LiveCD_Debug
|
|
TimeOut=5
|
|
|
|
[Display]
|
|
TitleText=ReactOS LiveCD
|
|
MinimalUI=Yes
|
|
|
|
[Operating Systems]
|
|
LiveCD="LiveCD"
|
|
LiveCD_Debug="LiveCD (Debug)"
|
|
LiveCD_Aacpi="LiveCD ACPI APIC (Debug)"
|
|
LiveCD_VBoxDebug="LiveCD (VBox Debug)"
|
|
LiveCD_Screen="LiveCD (Screen)"
|
|
LiveCD_LogFile="LiveCD (Log file)"
|
|
|
|
[LiveCD]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/MININT
|
|
|
|
[LiveCD_Debug]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
|
|
|
|
[LiveCD_Aacpi]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/HAL=halaacpi.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
|
|
|
|
[LiveCD_VBoxDebug]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/DEBUG /DEBUGPORT=VBOX /SOS /MININT
|
|
|
|
[LiveCD_Screen]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
|
|
|
[LiveCD_LogFile]
|
|
BootType=Windows2003
|
|
SystemPath=\reactos
|
|
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|