A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Cameron Gutman ef685fd540 [NTOSKRNL]
- It appears that the driver unloading code is more profoundly broken that I had previously thought. I ran into issues testing with videoprt which would call IoCreateDevice and IoDeleteDevice during enumeration of child devices. The issue arose when the IoDeleteDevice call unloaded the video driver which was currently initializing. This caused video initialization to fail and the system to shutdown.
- Disable this code completely for now until the proper algorithm for determining when a driver should unload is found

svn path=/trunk/; revision=56125
2012-03-12 01:53:20 +00:00
reactos [NTOSKRNL] 2012-03-12 01:53:20 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [DAMN_IT] 2012-03-07 21:46:15 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00