reactos/reactos/drivers
2003-07-29 05:33:15 +00:00
..
bus added *.tmp to .cvsignore 2003-07-29 00:27:40 +00:00
dd created KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS macros to report file/line of bugcheck. replace all direct calls of KeBugCheck, KeBugCheckEx and KeBugCheckWithTs with corresponding macros. I rebuilt from a make clean and it looks good. 2003-07-21 21:53:53 +00:00
fs 2003-07-24 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-07-24 20:52:58 +00:00
input Fixed a possible bug in mouse detection, the code states the return is because bochs coughs on the rest of the code, but it seems to work fine now...might this be why some people have issues with mice on real hardware? will check into this later. 2003-07-29 05:33:15 +00:00
lib/bzip2 another day of janitor stuff 2003-06-29 21:05:54 +00:00
net reorganized for NDIS_WDM support ( submitted by vizzini ) 2003-07-24 18:14:59 +00:00
storage Implemented IOCTL_DISK_IS_WRITABLE. 2003-07-23 18:45:08 +00:00
readme Initial revision 1998-08-25 04:27:26 +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