reactos/drivers/filesystems/cdfs_new
2018-08-15 18:29:09 +02:00
..
allocsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cachesup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cd.h Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cddata.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cddata.h Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cdfs.rc [CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the driver samples github repository. 2017-11-25 13:36:47 +01:00
cdfs_reg.inf [CDFS_NEW] Add a CMakeFile and a registry file. When using both, you get a driver that builds and works in ROS. Could install ROS with it! :-) 2017-11-06 20:02:16 +01:00
cdinit.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cdprocs.h Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cdprocssrc.c [CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the driver samples github repository. 2017-11-25 13:36:47 +01:00
cdstruc.h Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
cleanup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
close.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
CMakeLists.txt [CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the driver samples github repository. 2017-11-25 13:36:47 +01:00
create.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
devctrl.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
deviosup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
dirctrl.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
dirsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
fieldoff.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
fileinfo.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
filobsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
fsctrl.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
fspdisp.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
LICENSE Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
lockctrl.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
namesup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
nodetype.h Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
pathsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
pnp.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
prefxsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
read.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
README.md [CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the driver samples github repository. 2017-11-25 13:36:47 +01:00
resrcsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
shutdown.c [CDFS_NEW] Address review comments: 2017-11-25 13:36:47 +01:00
strucsup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
verfysup.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
volinfo.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
workque.c Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
write.c [CDFS_NEW] Re-apply many of the reactos-specific changes and fix build. 2017-11-25 13:36:47 +01:00

CDFS File System Driver

The CD-ROM file system driver (cdfs) sample is a sample file system driver that you can use to write new file systems.

Cdfs is a read-only file system that addresses various issues such as accessing data on disk, interacting with the cache manager, and handling various I/O operations such as opening files, performing reads on a file, retrieving information on a file, and performing various control operations on the file system. The Cdfs file system is included with the Microsoft Windows operating system.

Universal Windows Driver Compliant

This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.