Skip to content

Commit

Permalink
[BOOTDATA] Add SMP entry to hybridcd
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 20, 2023
1 parent 645e08f commit b862b36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion boot/bootdata/hybridcd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LiveCD_LogFile="LiveCD (Log file)"
LiveCD_RamDisk="LiveCD in RAM"
LiveCD_RamDisk_Debug="LiveCD in RAM (Debug)"
LiveCD_RamDisk_Screen="LiveCD in RAM (Screen)"

LiveCD_RamDisk_Debug_SMP="LiveCD in RAM SMP (Debug)"
[Setup]
BootType=ReactOSSetup
SystemPath=\bootcd
Expand Down Expand Up @@ -62,6 +62,11 @@ BootType=Windows2003
SystemPath=ramdisk(0)\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT /RDPATH=livecd\livecd.iso /RDEXPORTASCD

[LiveCD_RamDisk_Debug_SMP]
BootType=Windows2003
SystemPath=ramdisk(0)\reactos
Options=/KERNEL=NTKRNLMP.EXE /HAL=HALMACPI.DLL /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT /RDPATH=livecd\livecd.iso /RDEXPORTASCD

[LiveCD_RamDisk_Screen]
BootType=Windows2003
SystemPath=ramdisk(0)\reactos
Expand Down

0 comments on commit b862b36

Please sign in to comment.