reactos/reactos/drivers
Christoph von Wittich e97e061bad fix compilation of ks
and fix some issues with portcls (not all)

svn path=/trunk/; revision=26438
2007-04-20 16:45:18 +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 include npfs.h before debug.h - this fixes compilation with MSVC 2007-04-18 01:51:27 +00:00
input Detect i8042 IRQs by edge. This should fix endless loop in i8042 driver on 2007-04-16 23:03:41 +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 - Revert 26244, 26245, 26246, 26247. 2007-04-02 15:08:54 +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 Allow installation to / booting from a disk with several partitions (hack). 2007-04-13 22:04:39 +00:00
usb update riched20,ole32,oleaut32 to latest wine versions 2007-04-20 02:30:53 +00:00
video - "Fix" RtlQueryRegistryValues() usage (inspired by 26072) 2007-03-15 10:37:58 +00:00
wdm fix compilation of ks 2007-04-20 16:45:18 +00:00
wmi A stub driver for wmilib.sys. Since we don't implement WMI anyway, this stub is just enough for now. 2007-02-04 16:21:27 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
drivers.rbuild update riched20,ole32,oleaut32 to latest wine versions 2007-04-20 02:30:53 +00:00
readme Remove portcls from old location 2005-11-24 13:33:37 +00:00

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