mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:33:13 +00:00
[BOOT] Make ACPI always copy on amd64 (#8238)
This just makes it so ACPI.sys is always loaded and copied by the bootcd no matter what on amd64. On x86 it can depend on whether we're using an ACPI hal but is set up to never boot with ACPI on the bootcd.
This commit is contained in:
parent
b558596409
commit
b8f1da6483
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,6 @@ FreeSysPartDiskSpace=450
|
|||
; "MouseDrivers.Load" sections.
|
||||
;
|
||||
[SourceDisksFiles]
|
||||
acpi.sys = 1,,,,,,,4,1,,,1,4
|
||||
nmidebug.sys = 1,,,,,,x,4,,,,1,4
|
||||
sacdrv.sys = 1,,,,,,x,4,,,,1,4
|
||||
uniata.sys = 1,,,,,,x,4,,,,1,4
|
||||
|
@ -138,8 +137,10 @@ mountmgr.sys = 1,,,,,,x,4,,,,1,4
|
|||
partmgr.sys = 1,,,,,,x,4,,,,1,4
|
||||
|
||||
[SourceDisksFiles.x86]
|
||||
acpi.sys = 1,,,,,,,4,1,,,1,4
|
||||
|
||||
[SourceDisksFiles.amd64]
|
||||
acpi.sys = 1,,,,,,x,4,,,,1,4
|
||||
|
||||
;
|
||||
; The [SystemPartitionFiles] section lists all the files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue