Author: ion
Date: Thu Nov 30 22:04:17 2006
New Revision: 25000
URL:
http://svn.reactos.org/svn/reactos?rev=25000&view=rev
Log:
- Remove Dbgk entries from KrnlFun.c, the subsystem is now implemented, save a few small
bugs.
- Congratulations ROS on your 25000th commit!
Modified:
trunk/reactos/ntoskrnl/KrnlFun.c
Modified: trunk/reactos/ntoskrnl/KrnlFun.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/KrnlFun.c?rev=250…
==============================================================================
--- trunk/reactos/ntoskrnl/KrnlFun.c (original)
+++ trunk/reactos/ntoskrnl/KrnlFun.c Thu Nov 30 22:04:17 2006
@@ -42,11 +42,6 @@
// - Activate new NTLPC and delete old implementation.
// - Figure out why LPC-processes won't die anymore.
//
-// Dbgk:
-// - Implement remaining Dbgk routines.
-// - Add Dbgk callbacks to image map/unmap routines.
-// - Implement helper Mm APIs.
-//
// Ex:
// - Implement Generic Callback mechanism.
// - Use pushlocks for handle implementation.