mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 10:53:59 +00:00
改为spleen字体
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2026-03-29 21:14:20
|
2026-03-29 21:37:22
|
||||||
@@ -1 +1 @@
|
|||||||
9f12c64
|
d8cdc9d
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user