mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
6c06760547
Miniport drivers import from NDIS, but NDIS does not support being loaded as a dependent driver (it does not have DllInitialize). Instead, NDIS needs to load before all possible miniport drivers, even boot-start ones. We achieve this by placing it in its own service order group, which loads before the NDIS group. All our miniport drivers are demand-start, so would automatically start later. The ndisprot driver from the ticket is likely the first boot-start miniport we've encountered. Since DriverEntry did not run, AdapterListHead was NULL, resulting in the crash. |
||
---|---|---|
.. | ||
armllb | ||
bcd | ||
bgfx | ||
bootdata | ||
environ | ||
freeldr | ||
rtl | ||
boot_images.cmake | ||
CMakeLists.txt |