private void Level_4() { UserSystem.Login("System", "010101"); Thread.Sleep(1000); try { BootScreen.Boot(); } catch (Exception e) { KernelException ess = new KernelException(e.Message + "\n IL Exception", new IRQSafeContext()); RSoD.Push(ess, true); } }