mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
bd8226afe7
This driver works as complement to disk.sys/classpnp.sys from Windows 10 Manages partition PDOs and exposes them as volumes to mountmgr.sys. The driver is almost complete, just some minor IOCTLs missing (will be added on demand)
7 lines
147 B
CMake
7 lines
147 B
CMake
add_subdirectory(class)
|
|
add_subdirectory(floppy)
|
|
add_subdirectory(ide)
|
|
add_subdirectory(mountmgr)
|
|
add_subdirectory(partmgr)
|
|
add_subdirectory(port)
|