mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
Markit命令+整理代码树+更新文档
This commit is contained in:
10
Kernel.cs
10
Kernel.cs
@@ -42,6 +42,14 @@ namespace CMLeonOS
|
||||
{
|
||||
public class Kernel : Sys.Kernel
|
||||
{
|
||||
// fuck Windows
|
||||
// fuck Linux
|
||||
// fuck Unix
|
||||
// fuck macOS
|
||||
// fuck ALL!!!
|
||||
|
||||
// a femboy's operating system :3
|
||||
|
||||
private static CMLeonOS.Logger.Logger _logger = CMLeonOS.Logger.Logger.Instance;
|
||||
|
||||
// 创建全局CosmosVFS实例
|
||||
@@ -89,7 +97,7 @@ namespace CMLeonOS
|
||||
private void InitializeSystem()
|
||||
{
|
||||
// 修改光标样式等
|
||||
Console.CursorSize = 14;
|
||||
Console.CursorSize = 100;
|
||||
|
||||
// 注册VFS
|
||||
_logger.Info("Kernel", "Starting VFS initialization");
|
||||
|
||||
Reference in New Issue
Block a user