reactos/drivers/storage/partmgr
Victor Perevertkin bd8226afe7
[PARTMGR] Add the Partition Manager driver
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)
2020-11-13 03:04:15 +03:00
..
CMakeLists.txt [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
debug.h [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
guid.c [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
partition.c [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
partmgr.c [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
partmgr.h [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
partmgr.rc [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
partmgr_reg.inf [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00
utils.c [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00