aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-09-24 23:21:52 -0700
committerTrumeet <yuuta@yuuta.moe>2022-09-24 23:21:52 -0700
commit74ef6e2319b35dbd8727023e0f42f57fca9373a7 (patch)
tree0003aa68072ac03a839837192839c331e745322d
parent926683b77876092f637f0708dedb656c8d64dc86 (diff)
downloadgists-74ef6e2319b35dbd8727023e0f42f57fca9373a7.tar
gists-74ef6e2319b35dbd8727023e0f42f57fca9373a7.tar.gz
gists-74ef6e2319b35dbd8727023e0f42f57fca9373a7.tar.bz2
gists-74ef6e2319b35dbd8727023e0f42f57fca9373a7.zip
SMSSBSOD: Fix stop code
-rw-r--r--SMSSBSOD/Main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SMSSBSOD/Main.c b/SMSSBSOD/Main.c
index 8404e24..addf4b2 100644
--- a/SMSSBSOD/Main.c
+++ b/SMSSBSOD/Main.c
@@ -1,7 +1,7 @@
/*
* Adopted from http://www.rohitab.com/discuss/topic/41379-running-native-applications-with-rtlcreateuserprocess/
*
- * Running smss.exe on my 21H2 (OS Build 19044.2006) will crash the kernel with 0x000021a.
+ * Running smss.exe on my 21H2 (OS Build 19044.2006) will crash the kernel with 0xc000021a.
*
*/