mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
and the stubs to be used in GDI32.DLL. Converted to __stdcall every W32k... call in WIN32K.SYS. Fixed the entry point in GDI32.DLL. WARNING: the thing compiles, but Jason reports it does not work as is (he tested a preliminary stub piece of code). Perhaps changing it (as Phillip proposes) or fixing it to make WIN32K.SYS work the NT way is required (Hernan, are you there: I did not understand well how the additional service tables work). Feel free to change it. svn path=/trunk/; revision=993
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