ros-arm-bringup(a)svn.reactos.org schrieb:
Author: ros-arm-bringup
Date: Sat Jan 2 02:34:27 2010
New Revision: 44871
...
@@ -790,9 +791,138 @@
.globl _KiTrap2
.func KiTrap2
_KiTrap2:
-
- /* FIXME: This is an NMI, nothing like a normal exception */
- mov eax, 2
+ //
+ // Don't allow any other NMIs to come in for now
+ //
+ cli // Disable interrupts
But you know that CLI has no effect on NMIs?