From 0386511a00f53dc1755ef1dbbed9470c32406603 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Thu, 19 Feb 2026 17:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.txt | 2 +- GitCommit.txt | 2 +- Kernel.cs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BuildTime.txt b/BuildTime.txt index d7007e7..058c2d6 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-19 17:19:17 \ No newline at end of file +2026-02-19 17:35:30 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index 1db5915..c463ee1 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -8e60a49 \ No newline at end of file +0147679 \ No newline at end of file diff --git a/Kernel.cs b/Kernel.cs index d37f653..b393717 100644 --- a/Kernel.cs +++ b/Kernel.cs @@ -72,7 +72,7 @@ namespace CMLeonOS Console.Clear(); Console.WriteLine("Kernel load done!"); - Console.WriteLine(@"-------------------------------------------------"); + Console.WriteLine(@"----------------------------------------------------------"); Console.WriteLine(@" ____ __ __ _ ___ ____ "); Console.WriteLine(@" / ___| \/ | | ___ ___ _ __ / _ \/ ___| "); Console.WriteLine(@" | | | |\/| | | / _ \/ _ \| '_ \| | | \___ \ "); @@ -80,8 +80,8 @@ namespace CMLeonOS Console.WriteLine(@" \____|_| |_|_____\___|\___/|_| |_|____/|____/ "); Console.WriteLine(); Console.WriteLine("The CMLeonOS Project"); - Console.WriteLine("By LeonOS 2 Developement Team"); - Console.WriteLine(@"-------------------------------------------------"); + Console.WriteLine("(C) LeonOS 2 Developer Team 2025-2026. All rights reserved."); + Console.WriteLine(@"----------------------------------------------------------"); // 注册VFS _logger.Info("Kernel", "Starting VFS initialization");