Exemplo n.º 1
0
        protected override void BeforeRun()
        {
            InitOS();
            Console.Clear();

            MConsole.WriteLineRed(@"             _ _ _                    ");
            MConsole.WriteLineDarkRed(@"            (_) | |                   ");
            MConsole.WriteLineYellow(@"   _ __ ___  _| | | ___   _  ___  ___ ");
            MConsole.WriteLineGreen(@"  | '_ ` _ \| | | |/ / | | |/ _ \/ __|");
            MConsole.WriteLineCyan(@"  | | | | | | | |   <| |_| | (_) \__ \");
            MConsole.WriteLineBlue(@"  |_| |_| |_|_|_|_|\_\\__, |\___/|___/");
            MConsole.WriteLineMagenta(@"                       __/ |          ");
            MConsole.WriteLineDarkMagenta(@"                      |___/           ");

            Console.WriteLine(" Welcome to MilkyOS!");
            Console.WriteLine(" MilkyOS is crafted by sheey based on the open-source project Cosmos.");
            Console.WriteLine(" And it is only for academic exercise purpose.");
            Console.WriteLine(" Enjoy your journey!");
            Console.WriteLine();
        }