[BOOTDATA] Add /HAL=halpc98.dll to all the PC98 floppy disk's freeldr INI file boot...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 14 Feb 2022 02:00:16 +0000 (03:00 +0100)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 15 Feb 2022 23:49:47 +0000 (00:49 +0100)
boot/bootdata/floppy_pc98.ini

index 2488bb2..3a27e48 100644 (file)
@@ -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