改为spleen字体

This commit is contained in:
2026-03-29 21:44:50 +08:00
parent d8cdc9dfe5
commit ddf1a24311
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1 @@
2026-03-29 21:14:20 2026-03-29 21:37:22

View File

@@ -1 +1 @@
9f12c64 d8cdc9d

View File

@@ -97,6 +97,10 @@ namespace CMLeonOS
private void InitializeSystem() private void InitializeSystem()
{ {
// 修改VGA Text Mode字体样式使用Spleen
PCScreenFont font = PCScreenFont.Default;
VGAScreen.SetFont(font.CreateVGAFont(), font.Height);
// 修改光标样式 // 修改光标样式
_logger.Info("Kernel", "Setting cursor size to 100"); _logger.Info("Kernel", "Setting cursor size to 100");
Console.CursorSize = 100; Console.CursorSize = 100;