You're such a trooper, Marvin
[reactos.git] / reactos / ntoskrnl / ex / power.c
index dac8018..59ae9f1 100644 (file)
@@ -45,12 +45,16 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
        "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",
-          "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",
-     };
+       "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",
+       "Sir, If you'll not be needing me for a while I'll turn down.\n",
+       "What are you doing, Dave...?\n",
+       "I feel a great disturbance in the Force\n",
+       "Gone fishing\n",
+       "Do you want me to sit in the corner and rust, or just fall apart where I'm standing?\n",
+   };
    LARGE_INTEGER Now;
 
    if (Action > ShutdownPowerOff)
@@ -69,6 +73,7 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
    if (Action == ShutdownNoReboot)
      {
         HalReleaseDisplayOwnership();
+        HalDisplayString("\nYou can switch off your computer now\n\n");
         HalDisplayString(FamousLastWords[Now.u.LowPart % (sizeof(FamousLastWords) / sizeof(PCH))]);
 #if 0
         /* Switch off */