From c5541b392746e048608d09edfd905fee9a758187 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Sep 2018 17:14:27 -0400 Subject: Project Ports is now Project Silicon and loads of problems --- Project Ports/Boot.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project Ports/Boot.cs') diff --git a/Project Ports/Boot.cs b/Project Ports/Boot.cs index b2eda06..291b95f 100644 --- a/Project Ports/Boot.cs +++ b/Project Ports/Boot.cs @@ -1,6 +1,6 @@ /************************************************************************ * - * Project Ports + * Project Silicon * Copyright (C) 2018 UniverseDG * * This program is free software: you can redistribute it and/or modify @@ -41,7 +41,7 @@ namespace Project_Ports private async void Boot_Load(object sender, EventArgs e) { await Task.Delay(2000); - txtBoot.AppendText("PortOS is now booting..." + Environment.NewLine); + txtBoot.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtBoot.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); -- cgit v1.2.3