mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
29 lines
742 B
INI
29 lines
742 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
|
|
Options=/HAL=halmp.dll /KERNEL=ntkrnlmp.exe /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
|
|
|
[Setup_Debug]
|
|
BootType=ReactOSSetup
|
|
Options=/HAL=halmp.dll /KERNEL=ntkrnlmp.exe /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
|