mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
You can tune a file system, but you can't tunafish
svn path=/trunk/; revision=11129
This commit is contained in:
parent
ae3fd2574d
commit
e167d42360
1 changed files with 9 additions and 6 deletions
|
@ -45,12 +45,14 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
|
||||||
"Your knees start shakin' and your fingers pop\n"
|
"Your knees start shakin' and your fingers pop\n"
|
||||||
"Like a pinch on the neck from Mr. Spock!\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",
|
"Don't Panic!\n",
|
||||||
"Et tu... Brute?\n",
|
"Et tu... Brute?\n",
|
||||||
"Dog of a Saxon! Take thy lance, and prepare for the death thou hast drawn upon thee!\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",
|
"My Precious! O my Precious!\n",
|
||||||
"Sir, If you'll not be needing me for a while I'll turn down.\n",
|
"Sir, If you'll not be needing me for a while I'll turn down.\n",
|
||||||
"What are you doing, Dave...?\n",
|
"What are you doing, Dave...?\n",
|
||||||
|
"I feel a great disturbance in the Force\n",
|
||||||
|
"Gone fishing\n",
|
||||||
};
|
};
|
||||||
LARGE_INTEGER Now;
|
LARGE_INTEGER Now;
|
||||||
|
|
||||||
|
@ -70,6 +72,7 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
|
||||||
if (Action == ShutdownNoReboot)
|
if (Action == ShutdownNoReboot)
|
||||||
{
|
{
|
||||||
HalReleaseDisplayOwnership();
|
HalReleaseDisplayOwnership();
|
||||||
|
HalDisplayString("\nYou can switch off your computer now\n\n");
|
||||||
HalDisplayString(FamousLastWords[Now.u.LowPart % (sizeof(FamousLastWords) / sizeof(PCH))]);
|
HalDisplayString(FamousLastWords[Now.u.LowPart % (sizeof(FamousLastWords) / sizeof(PCH))]);
|
||||||
#if 0
|
#if 0
|
||||||
/* Switch off */
|
/* Switch off */
|
||||||
|
|
Loading…
Reference in a new issue