Skip to content

Commit

Permalink
Update Kernel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmgdev64 authored Aug 31, 2024
1 parent 2255a32 commit 2faa178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ public static void BSOD(string exception_text)
for (int i = 0; i <= 100; i++)
{
Console.WriteLine(":(");
Console.WriteLine("Your PC ran into a problem and need to restart");
Console.WriteLine("A problem that it ran in your device/pc/laptop and need to restart to fix these problems.");
Console.WriteLine();
Console.WriteLine("For more infomation about this issue and possiable fixes, visit: https://www.github.com/Codedev/TerminalOS [You can create issue]");
Console.WriteLine("For more infomation about this issue and possiable fixes, visit: https://kawaiiproject.neocities.org/issues");
Console.WriteLine("If you call a support person, give them this info: ");
Console.WriteLine("Error Code: " + exception_text);
Console.WriteLine("Stop code: " + exception_text);
Console.WriteLine("Collecting info: " + i + "%");
System.Threading.Thread.Sleep(1000);
Console.Clear();
Expand Down

0 comments on commit 2faa178

Please sign in to comment.