Author: hbelusca
Date: Thu Jun  1 20:20:25 2017
New Revision: 74736

URL: http://svn.reactos.org/svn/reactos?rev=74736&view=rev
Log:
[BUGCODES]: Move our MORAL_EXCEPTION_ERROR BSOD to where it should really 
belong (aka BSOD 0x9A) (see 
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x9a--system-license-violation
 why). BSOD 0x7C is however legit: BUGCODE_NDIS_DRIVER.

Modified:
    trunk/reactos/sdk/include/reactos/mc/bugcodes.mc

Modified: trunk/reactos/sdk/include/reactos/mc/bugcodes.mc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/reactos/mc/bugcodes.mc?rev=74736&r1=74735&r2=74736&view=diff
==============================================================================
--- trunk/reactos/sdk/include/reactos/mc/bugcodes.mc    [iso-8859-1] (original)
+++ trunk/reactos/sdk/include/reactos/mc/bugcodes.mc    [iso-8859-1] Thu Jun  1 
20:20:25 2017
@@ -1093,15 +1093,9 @@
 MessageId=0x7C
 Severity=Success
 Facility=System
-SymbolicName=MORAL_EXCEPTION_ERROR
-Language=English
-An attempt was made to execute a proprietary machine code instruction.
-The system has been shut down to prevent damage to your conscience.
-
-If this is the first time you have seen this error screen, read
-<http://www.gnu.org/philosophy/free-sw.html>.
-
-If problems continue, remove all nonfree software from your computer.
+SymbolicName=BUGCODE_NDIS_DRIVER
+Language=English
+BUGCODE_NDIS_DRIVER
 .
 
 MessageId=0x7D
@@ -1197,6 +1191,20 @@
 SymbolicName=INVALID_WORK_QUEUE_ITEM
 Language=English
 INVALID_WORK_QUEUE_ITEM
+.
+
+MessageId=0x9A
+Severity=Success
+Facility=System
+SymbolicName=MORAL_EXCEPTION_ERROR
+Language=English
+An attempt was made to execute a proprietary machine code instruction.
+The system has been shut down to prevent damage to your conscience.
+
+If this is the first time you have seen this error screen, read
+<http://www.gnu.org/philosophy/free-sw.html>.
+
+If problems continue, remove all nonfree software from your computer.
 .
 
 MessageId=0xA0


Reply via email to