mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 11:39:58 +00:00
[BOOTDATA] Add /HAL=halpc98.dll to all the PC98 floppy disk's freeldr INI file boot entries.
This commit is contained in:
parent
9c79a7982b
commit
ccddb4aaf2
1 changed files with 7 additions and 6 deletions
|
@ -36,33 +36,34 @@ 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=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
||||
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
||||
|
||||
[Setup_Screen]
|
||||
BootType=ReactOSSetup
|
||||
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
||||
Options=/DEBUG /DEBUGPORT=SCREEN /SIFOPTIONSOVERRIDE
|
||||
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=SCREEN /SIFOPTIONSOVERRIDE
|
||||
|
||||
[LiveCD]
|
||||
BootType=Windows2003
|
||||
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
||||
Options=/MININT
|
||||
Options=/HAL=halpc98.dll /MININT
|
||||
|
||||
[LiveCD_Debug]
|
||||
BootType=Windows2003
|
||||
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
||||
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /SOS /MININT
|
||||
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /SOS /MININT
|
||||
|
||||
[LiveCD_Screen]
|
||||
BootType=Windows2003
|
||||
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
||||
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
||||
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
||||
|
||||
[LiveCD_LogFile]
|
||||
BootType=Windows2003
|
||||
SystemPath=multi(0)disk(0)cdrom(0)\reactos
|
||||
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|
||||
Options=/HAL=halpc98.dll /DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|
||||
|
|
Loading…
Reference in a new issue