mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[BOOTDATA] Fix legide.sys load on boot (#8888)
After merging the new ATA driver, FreeLdr complains about not being able
to load legide.sys. Fix that by adding legide.sys driver to txtsetup.sif
so FreeLoader can load it.
Addendum to ae2827f481. CORE-17256
This commit is contained in:
committed by
GitHub
parent
8dc9e50c09
commit
7174935d73
@@ -126,6 +126,7 @@ storport.sys = 1,,,,,,,4,,,,1,4
|
||||
fastfat.sys = 1,,,,,,x,4,,,,1,4
|
||||
btrfs.sys = 1,,,,,,x,4,,,,1,4
|
||||
ramdisk.sys = 1,,,,,,x,4,,,,1,4
|
||||
legide.sys = 1,,,,,,,4,,,,1,4
|
||||
pciide.sys = 1,,,,,,x,4,,,,1,4
|
||||
pciidex.sys = 1,,,,,,,4,,,,1,4
|
||||
pcix.sys = 1,,,,,,,4,,,,1,4
|
||||
|
||||
Reference in New Issue
Block a user