mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
[BOOTDATA]
In the same vein as in revision 62766: CORE-1697 CORE-7915 #comment Disable Multiprocessor choices at installation because it *DOESN'T correctly WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!! (revision 62768). svn path=/trunk/; revision=62768
This commit is contained in:
parent
402905a031
commit
f9f5063b79
1 changed files with 10 additions and 10 deletions
|
@ -132,32 +132,32 @@ DefaultLanguage = 00000409
|
|||
|
||||
[Computer]
|
||||
pci_up = "Standard PC Uniprocessor"
|
||||
pci_mp = "Standard PC Multiprocessor"
|
||||
;pci_mp = "Standard PC Multiprocessor"
|
||||
acpi_up = "ACPI PC Uniprocessor"
|
||||
acpi_mp = "ACPI PC Multiprocessor"
|
||||
;acpi_mp = "ACPI PC Multiprocessor"
|
||||
|
||||
[Map.Computer]
|
||||
;<id> = <pnp id string>
|
||||
pci_up = "PC UP"
|
||||
pci_mp = "PC MP"
|
||||
;pci_mp = "PC MP"
|
||||
acpi_up = "ACPI UP"
|
||||
acpi_mp = "ACPI MP"
|
||||
;acpi_mp = "ACPI MP"
|
||||
|
||||
[Files.pci_up]
|
||||
ntoskrnl.exe=,,,,,,,,,,,,2
|
||||
hal.dll=,,,,,,,,,,,,2
|
||||
|
||||
[Files.pci_mp]
|
||||
ntkrnlmp.exe=,,,,,,,,,,ntoskrnl.exe,,2
|
||||
halmps.dll=,,,,,,,,,,hal.dll,,2
|
||||
;[Files.pci_mp]
|
||||
;ntkrnlmp.exe=,,,,,,,,,,ntoskrnl.exe,,2
|
||||
;halmps.dll=,,,,,,,,,,hal.dll,,2
|
||||
|
||||
[Files.acpi_up]
|
||||
ntoskrnl.exe=,,,,,,,,,,,,2
|
||||
halacpi.dll=,,,,,,,,,,hal.dll,,2
|
||||
|
||||
[Files.acpi_mp]
|
||||
ntkrnlmp.exe=,,,,,,,,,,ntoskrnl.exe,,2
|
||||
halacpi.dll=,,,,,,,,,,hal.dll,,2
|
||||
;[Files.acpi_mp]
|
||||
;ntkrnlmp.exe=,,,,,,,,,,ntoskrnl.exe,,2
|
||||
;halacpi.dll=,,,,,,,,,,hal.dll,,2
|
||||
|
||||
[Display]
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<hight>,<width>,<bpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue