reactos/drivers/filesystems/cdfs
Hermès Bélusca-Maïto 2c032f3fc9
[BOOTDATA][FS] Small adjustments of filesystem drivers registry parameters.
- Fix the ErrorControl values to 1 (SERVICE_ERROR_NORMAL).
- Fix RamDisk driver type (it's SERVICE_KERNEL_DRIVER, not FS).
- btrfs.inf : This is a filesystem driver, so fix its ServiceType.

- Move 3rd-party FS data (btrfs, ext2, nfs(d)) from the system
  hivesys.inf and into their dedicated **.reg.inf files.
2022-04-18 02:40:33 +02:00
..
allocsup.c
cachesup.c
cd.h
cddata.c
cddata.h
cdfs.rc
cdfs_reg.inf [BOOTDATA][FS] Small adjustments of filesystem drivers registry parameters. 2022-04-18 02:40:33 +02:00
cdinit.c
cdprocs.h
cdprocssrc.c
cdstruc.h
cleanup.c
close.c
CMakeLists.txt [BOOTDATA][FS] Small adjustments of filesystem drivers registry parameters. 2022-04-18 02:40:33 +02:00
create.c
devctrl.c
deviosup.c
dirctrl.c
dirsup.c
fieldoff.c
fileinfo.c
filobsup.c
fsctrl.c
fspdisp.c
LICENSE
lockctrl.c
namesup.c
nodetype.h
pathsup.c
pnp.c
prefxsup.c
read.c
README.md
resrcsup.c
shutdown.c
strucsup.c
verfysup.c
volinfo.c
workque.c
write.c

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.