reactos/reactos/drivers
Hervé Poussineau 6b63d35926 Use a tag when allocating/freeing some memory
svn path=/trunk/; revision=26990
2007-06-04 09:25:04 +00:00
..
base - Remove "zero-stream" from null, NT doesn't support this. 2007-04-03 16:22:44 +00:00
bus - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
filesystems - Add fundamental VCB structure, and function to initialize it. 2007-05-04 18:34:48 +00:00
input Use a tag when allocating/freeing some memory 2007-06-04 09:25:04 +00:00
ksfilter fix compilation of ks 2007-04-20 16:45:18 +00:00
multimedia - Add "fs" to npfs and msfs. 2007-04-03 14:55:54 +00:00
network - Fix an unshielded "return" inside a PSEH block. 2007-05-08 09:01:39 +00:00
parallel - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
serial - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
setup - Add "fs" to npfs and msfs. 2007-04-03 14:55:54 +00:00
storage Removed my name because I did not write this file! 2007-05-04 21:59:25 +00:00
usb - Delete cromwell-based usb drivers since they don't work with modern reactos kernel. 2007-05-02 11:37:29 +00:00
video
wdm fix compilation of ks 2007-04-20 16:45:18 +00:00
wmi
Doxyfile
drivers.rbuild add ks back to build 2007-04-21 12:47:04 +00:00
readme

These are a selection of services for the ReactOS kernel. They include

    parallel = parallel port driver
    serial = serial port driver
    mouse = mouse driver
    null = null device driver
    ide = IDE (hard disk) driver
    keyboard = keyboard driver
    loop = Allows accessing a file as a block device
    scramdisk = Filesystem encryption driver
    event = Sample driver demonstrating notifying a user thread using an event
    multimedia = Multimedia drivers (sound/video) and kernel streaming