mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +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.
29 lines
591 B
INI
29 lines
591 B
INI
[FREELOADER]
|
|
DefaultOS=Setup
|
|
TimeOut=0
|
|
|
|
[Display]
|
|
TitleText=ReactOS Setup
|
|
MinimalUI=Yes
|
|
|
|
[Operating Systems]
|
|
Setup="Setup"
|
|
Setup_Debug="Setup (Debug)"
|
|
Setup_Aacpi="Setup ACPI APIC (Debug)"
|
|
Setup_Screen="Setup (Screen)"
|
|
|
|
[Setup]
|
|
BootType=ReactOSSetup
|
|
|
|
[Setup_Debug]
|
|
BootType=ReactOSSetup
|
|
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
|
|
|
[Setup_Aacpi]
|
|
BootType=ReactOSSetup
|
|
Options=/HAL=halaacpi.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
|
|
|
[Setup_Screen]
|
|
BootType=ReactOSSetup
|
|
Options=/DEBUG /DEBUGPORT=SCREEN /SIFOPTIONSOVERRIDE
|