[ros-diffs] [tkreuzer] 44066: don't anable interrupts as long as that's all broken, this way we make it a bit further...

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Nov 10 01:50:28 CET 2009


Author: tkreuzer
Date: Tue Nov 10 01:50:27 2009
New Revision: 44066

URL: http://svn.reactos.org/svn/reactos?rev=44066&view=rev
Log:
don't anable interrupts as long as that's all broken, this way we make it a bit further...

Modified:
    branches/ros-amd64-bringup/reactos/ntoskrnl/ex/init.c

Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ex/init.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskrnl/ex/init.c?rev=44066&r1=44065&r2=44066&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/ntoskrnl/ex/init.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ntoskrnl/ex/init.c [iso-8859-1] Tue Nov 10 01:50:27 2009
@@ -956,7 +956,8 @@
     }
 
     /* Make sure interrupts are active now */
-    _enable();
+// FIXME HAX!!!
+    //_enable();
 
     /* Clear the crypto exponent */
     SharedUserData->CryptoExponent = 0;




More information about the Ros-diffs mailing list