reactos/reactos/drivers
Alex Ionescu b906fae81e - Add profil.c and stub HalStartProfileInterrupt, HalStopProfileInterrupt and HalSetProfileInterval, and export these functions.
- KdComPortInUse is exported by HAL, not kdcom, so make the change.
- Register the KD support routines that kdcom on NT uses and implement most of them (except support for PCI Debug Cards).
- I can now get Windows to recognize the HAL but it freezes during loading (Due to broken IRQL implementation) and WinDBG won't connect to it.

svn path=/trunk/; revision=24977
2006-11-29 22:12:50 +00:00
..
base - Add profil.c and stub HalStartProfileInterrupt, HalStopProfileInterrupt and HalSetProfileInterval, and export these functions. 2006-11-29 22:12:50 +00:00
bus Disable DbgBreakPoint() in release versions. This lets "copy nul com1:" fail instead of crashing. 2006-10-13 14:31:57 +00:00
filesystems Correctly clear DO_DEVICE_INITIALIZING flag 2006-11-09 12:38:40 +00:00
input Patch from hto@mail dot cnt dot ru was commited in r24834 for the mouse.c changes. 2006-11-26 10:56:02 +00:00
multimedia
network Broaden a lock to prevent a race for completion of the receive IRP. Fixes 2006-11-12 10:01:56 +00:00
storage - disk.sys: Don't fail IOCTL_GET_PARTITION_INFO for Partition 0. This is perfectly valid (and needed for some code I'll add later). 2006-11-05 20:43:07 +00:00
test set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
usb set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
video remove the start of reactos vbe directdraw support until it is ready. allot problem with current code. so I discde to remove it from reactos, untill it is stable. 2006-11-19 20:24:15 +00:00
Doxyfile
drivers.rbuild
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