mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +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.
52 lines
1.3 KiB
INI
52 lines
1.3 KiB
INI
[FREELOADER]
|
|
DefaultOS=LiveCD_Debug
|
|
TimeOut=5
|
|
|
|
[Display]
|
|
TitleText=ReactOS CD boot
|
|
MinimalUI=Yes
|
|
|
|
[Operating Systems]
|
|
Setup="Setup"
|
|
Setup_Debug="Setup (Debug)"
|
|
Setup_Screen="Setup (Screen)"
|
|
LiveCD="LiveCD"
|
|
LiveCD_Debug="LiveCD (Debug)"
|
|
LiveCD_Screen="LiveCD (Screen)"
|
|
LiveCD_LogFile="LiveCD (Log file)"
|
|
|
|
[Setup]
|
|
BootType=ReactOSSetup
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll
|
|
|
|
[Setup_Debug]
|
|
BootType=ReactOSSetup
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
|
|
|
[Setup_Screen]
|
|
BootType=ReactOSSetup
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=SCREEN /SIFOPTIONSOVERRIDE
|
|
|
|
[LiveCD]
|
|
BootType=Windows2003
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /MININT
|
|
|
|
[LiveCD_Debug]
|
|
BootType=Windows2003
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /SOS /MININT
|
|
|
|
[LiveCD_Screen]
|
|
BootType=Windows2003
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
|
|
|
[LiveCD_LogFile]
|
|
BootType=Windows2003
|
|
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
|
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|