From 3e30c10d5508ebdf37f6c35ac21db609bbf8d228 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 31 Jul 2024 21:23:15 -0500 Subject: [PATCH] update text --- kernel.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/kernel.c b/kernel.c index a5d98d7..561e4af 100644 --- a/kernel.c +++ b/kernel.c @@ -221,15 +221,14 @@ void DrawScreen(uint16_t *vga) { // name vga_text[80+34] = 0x1f00 | '-'; vga_text[80+35] = 0x1f00 | ' '; - vga_text[80+36] = 0x1f00 | 'L'; - vga_text[80+37] = 0x1f00 | 'u'; - vga_text[80+38] = 0x1f00 | 'c'; - vga_text[80+39] = 0x1f00 | 'i'; - vga_text[80+40] = 0x1f00 | 'a'; - vga_text[80+41] = 0x1f00 | 'O'; - vga_text[80+42] = 0x1f00 | 'S'; - vga_text[80+43] = 0x1f00 | ' '; - vga_text[80+44] = 0x1f00 | '-'; + vga_text[80+36] = 0x1f00 | ' '; + vga_text[80+37] = 0x1f00 | 'R'; + vga_text[80+38] = 0x1f00 | 'O'; + vga_text[80+39] = 0x1f00 | 'S'; + vga_text[80+40] = 0x1f00 | 'E'; + vga_text[80+41] = 0x1f00 | ' '; + vga_text[80+42] = 0x1f00 | ' '; + vga_text[80+43] = 0x1f00 | '-'; } void SetPalette() {