mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
HACK [BOOTDATA] Make setup boot with MP
This commit is contained in:
parent
129f10ea26
commit
60cffeb033
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@ Setup_Screen="Setup (Screen)"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
BootType=ReactOSSetup
|
BootType=ReactOSSetup
|
||||||
|
Options=/HAL=halmp.dll /KERNEL=ntkrnlmp.exe /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
||||||
|
|
||||||
[Setup_Debug]
|
[Setup_Debug]
|
||||||
BootType=ReactOSSetup
|
BootType=ReactOSSetup
|
||||||
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
Options=/HAL=halmp.dll /KERNEL=ntkrnlmp.exe /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT /SIFOPTIONSOVERRIDE
|
||||||
|
|
||||||
[Setup_Aacpi]
|
[Setup_Aacpi]
|
||||||
BootType=ReactOSSetup
|
BootType=ReactOSSetup
|
||||||
|
|
Loading…
Reference in a new issue