mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[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.
svn path=/trunk/; revision=74736
This commit is contained in:
parent
07a0591894
commit
fce964935e
1 changed files with 16 additions and 8 deletions
|
@ -1093,15 +1093,9 @@ restart your computer.
|
|||
MessageId=0x7C
|
||||
Severity=Success
|
||||
Facility=System
|
||||
SymbolicName=MORAL_EXCEPTION_ERROR
|
||||
SymbolicName=BUGCODE_NDIS_DRIVER
|
||||
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.
|
||||
BUGCODE_NDIS_DRIVER
|
||||
.
|
||||
|
||||
MessageId=0x7D
|
||||
|
@ -1199,6 +1193,20 @@ 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
|
||||
Severity=Success
|
||||
Facility=System
|
||||
|
|
Loading…
Reference in a new issue