mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
10a5200e1f
CORE-17350
Makes testing easier on real hardware (especially for these configs
where debugging can only be done via screen mode).
Add also an experimental Setup ACPI APIC entry in bootcd.ini for testing
purposes, along the lines of commit 5ee09256d
.
In the similar LiveCD entry, use instead the /HAL= option.
46 lines
1,008 B
INI
46 lines
1,008 B
INI
[FREELOADER]
|
|
DefaultOS=Setup
|
|
TimeOut=0
|
|
|
|
[Display]
|
|
TitleText=ReactOS Setup
|
|
StatusBarColor=Cyan
|
|
StatusBarTextColor=Black
|
|
BackdropTextColor=White
|
|
BackdropColor=Blue
|
|
BackdropFillStyle=Medium
|
|
TitleBoxTextColor=White
|
|
TitleBoxColor=Red
|
|
MessageBoxTextColor=White
|
|
MessageBoxColor=Blue
|
|
MenuTextColor=Default
|
|
MenuColor=Black
|
|
TextColor=Default
|
|
SelectedTextColor=Black
|
|
SelectedColor=Default
|
|
ShowTime=No
|
|
MenuBox=No
|
|
CenterMenu=No
|
|
MinimalUI=Yes
|
|
TimeText=Seconds until highlighted choice will be started automatically:
|
|
|
|
[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
|