mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
7ea418b4eb008ed579f0e748ae5fa3c9b12a05b9
ntoskrnl/ntoskrnl.edf: Added exports for IoGetDmaAdapter, IoIsWdmVersionAvailable, KefAcquireSpinLockAtDpcLevel, KefReleaseSpinLockFromDpcLevel, ExFreePoolWithTag. ntoskrnl/io/driver.c: Implementation of NtUnloadDriver. ntoskrnl/io/device.c: Added prepending "\\SystemRoot\" and displaying "PnP Loading xxx..." message in IopInitializeDeviceNodeService. ntoskrnl/io/pnpmgr.c: Split into ntoskrnl/io/pnpmgr.c, ntoskrnl/io/deviface.c, ntoskrnl/io/pnpnotify.c, ntoskrnl/io/pnpmgr/pnpdma.c, ntoskrnl/io/pnpmgr.c, ntoskrnl/io/pnpmgr/pnproot.c, ntoskrnl/io/remlock.c, ntoskrnl/io/pnpmgr/pnpreport.c. Fixed registry handling in IopActionInterrogateDeviceStack and IopActionConfigureChildServices. Partial implementation of IoGetDeviceProperty. ntoskrnl/io/pnpdma.c: Implementation of IoGetDmaAdapter. ntoskrnl/io/wdm.c: New file. Contains implementation of IoIsWdmVersionAvailable. ntoskrnl/ke/spinlock.c: Added KeAcquireSpinLockAtDpcLevel and KefReleaseSpinLockFromDpcLevel. ntoskrnl/mm/pool.c: Partial implementation of ExFreePoolWithTag. svn path=/trunk/; revision=6136
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%