Author: sir_richard Date: Sat Jan 30 17:40:57 2010 New Revision: 45348
URL: http://svn.reactos.org/svn/reactos?rev=45348&view=rev Log: [HAL]: Add debugging feature to HalpTrap06 error that sometimes happen. Please post/email/IM your trap frame should you see this error.
Modified: trunk/reactos/hal/halx86/generic/bios.c
Modified: trunk/reactos/hal/halx86/generic/bios.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/bios.c?r... ============================================================================== --- trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] Sat Jan 30 17:40:57 2010 @@ -226,6 +226,7 @@
/* Strange, it isn't! This can happen during NMI */ DPRINT1("HAL: Trap0D while not in V86 mode\n"); + KiDumpTrapFrame(TrapFrame); while (TRUE); }