Skip to content

Commit 7174935

Browse files
authored
[BOOTDATA] Fix legide.sys load on boot (reactos#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 ae2827f. CORE-17256
1 parent 8dc9e50 commit 7174935

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot/bootdata/txtsetup.sif

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ storport.sys = 1,,,,,,,4,,,,1,4
126126
fastfat.sys = 1,,,,,,x,4,,,,1,4
127127
btrfs.sys = 1,,,,,,x,4,,,,1,4
128128
ramdisk.sys = 1,,,,,,x,4,,,,1,4
129+
legide.sys = 1,,,,,,,4,,,,1,4
129130
pciide.sys = 1,,,,,,x,4,,,,1,4
130131
pciidex.sys = 1,,,,,,,4,,,,1,4
131132
pcix.sys = 1,,,,,,,4,,,,1,4

0 commit comments

Comments
 (0)