https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ccddb4aaf284aaebf40e85c35dbf012be97cd8cb
commit ccddb4aaf284aaebf40e85c35dbf012be97cd8cb Author: Hermès Bélusca-Maïto <[email protected]> AuthorDate: Mon Feb 14 03:00:16 2022 +0100 Commit: Hermès Bélusca-Maïto <[email protected]> CommitDate: Wed Feb 16 00:49:47 2022 +0100 [BOOTDATA] Add /HAL=halpc98.dll to all the PC98 floppy disk's freeldr INI file boot entries. --- boot/bootdata/floppy_pc98.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/boot/bootdata/floppy_pc98.ini b/boot/bootdata/floppy_pc98.ini index 2488bb21482..3a27e48b743 100644 --- a/boot/bootdata/floppy_pc98.ini +++ b/boot/bootdata/floppy_pc98.ini @@ -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
