mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:01:58 +00:00
[SETUP] Add support for archtitcure specific inf sections and use it for x64 computer type
This commit is contained in:
parent
a71a6531ef
commit
85616bc8b2
2 changed files with 52 additions and 16 deletions
|
@ -220,14 +220,17 @@ UnicodeCasetable = l_intl.nls
|
|||
DefaultLayout = 00000409
|
||||
DefaultLanguage = 00000409
|
||||
|
||||
[Computer]
|
||||
[Computer.NTx86]
|
||||
pci_up = "Standard PC Uniprocessor"
|
||||
;pci_mp = "Standard PC Multiprocessor"
|
||||
acpi_up = "ACPI PC Uniprocessor"
|
||||
;acpi_mp = "ACPI PC Multiprocessor"
|
||||
xbox = "Original Xbox"
|
||||
|
||||
[Map.Computer]
|
||||
[Computer.NTamd64]
|
||||
x64_up = "Standard x64 Uniprocessor"
|
||||
|
||||
[Map.Computer.NTx86]
|
||||
;<id> = <pnp id string>
|
||||
pci_up = "PC UP"
|
||||
;pci_mp = "PC MP"
|
||||
|
@ -235,6 +238,9 @@ acpi_up = "ACPI UP"
|
|||
;acpi_mp = "ACPI MP"
|
||||
xbox = "Xbox"
|
||||
|
||||
[Map.Computer.NTamd64]
|
||||
x64_up = "ACPI UP"
|
||||
|
||||
[Files.pci_up]
|
||||
ntoskrnl.exe = 1,,,,,,,2,,,,1,2
|
||||
hal.dll = 1,,,,,,,2,,,,1,2
|
||||
|
@ -255,6 +261,10 @@ halacpi.dll = 1,,,,,,,2,,,hal.dll,1,2
|
|||
ntoskrnl.exe = 1,,,,,,,2,,,,1,2
|
||||
halxbox.dll = 1,,,,,,,2,,,hal.dll,1,2
|
||||
|
||||
[Files.x64_up]
|
||||
ntoskrnl.exe = 1,,,,,,,2,,,,1,2
|
||||
hal.dll = 1,,,,,,,2,,,,1,2
|
||||
|
||||
[Display]
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<height>,<width>,<bpp>
|
||||
vga = "VGA Display (640x480x4)",,Vga,640,480,4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue