reactos/ntoskrnl/ex
diff -u -r1.27 -r1.28
--- power.c 25 Sep 2004 06:41:16 -0000 1.27
+++ power.c 26 Sep 2004 02:33:31 -0000 1.28
@@ -34,7 +34,7 @@
static PCH FamousLastWords[] =
{
"Oh my God, they killed Kenny! Those bastards!\n",
- "Goodbye, and thanks for all the fish\n",
+ "So long, and thanks for all the fish\n",
"I think you ought to know I'm feeling very depressed\n",
"I'm not getting you down at all am I?\n",
"I'll be back\n",
@@ -44,7 +44,12 @@
"the blackness and darkness forever.\n",
"Your knees start shakin' and your fingers pop\n"
"Like a pinch on the neck from Mr. Spock!\n",
- "It's worse than that ... He's dead, Jim\n"
+ "It's worse than that ... He's dead, Jim\n",
+ "Don't Panic!\n",
+ "Et tu... Brute?\n",
+ "Dog of a Saxon! Take thy lance, and prepare for the death thou hast drawn upon thee!\n",
+ "My Precious! O my Precious!\n",
+ "What are you doing, Dave...?\n",
};
LARGE_INTEGER Now;