增加些功能

This commit is contained in:
2026-03-14 03:31:53 +08:00
parent b507c5701a
commit b3fff31b28
42 changed files with 2777 additions and 1247 deletions

View File

@@ -88,6 +88,9 @@ namespace CMLeonOS
private void InitializeSystem()
{
// 修改光标样式等
Console.CursorSize = 14;
// 注册VFS
_logger.Info("Kernel", "Starting VFS initialization");
try