Author: dgorbachev Date: Tue Apr 1 08:57:58 2014 New Revision: 62598
URL: http://svn.reactos.org/svn/reactos?rev=62598&view=rev Log: [BUGCODES] - Add an error message for Proprietary Software Execution Prevention feature supported by recent CPUs. - TODO: Implement this feature in the kernel.
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/mc/bugcodes... ============================================================================== --- trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] (original) +++ trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] Tue Apr 1 08:57:58 2014 @@ -1088,6 +1088,20 @@ to make sure it is properly configured and terminated. Run CHKDSK /F to check for hard drive corruption, and then restart your computer. +. + +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. .
MessageId=0x7D