From 8b00afe1b255682cf8c219ab44a3d9fc590cc003 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sun, 8 Mar 2026 16:37:02 +0100 Subject: Clear message at bootup without extra ascii characters --- src/common/common.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/common.asm') diff --git a/src/common/common.asm b/src/common/common.asm index a98ef67..87444db 100644 --- a/src/common/common.asm +++ b/src/common/common.asm @@ -13,7 +13,7 @@ %define VGA_COLOR_BLACK 0 %define VGA_COLOR_GREEN 2 %define VGA_COLOR_RED 4 -%define VGA_WHITE_ON_BLACK 0x0f20 +%define VGA_WHITE_ON_BLACK 0x0f %define VGA_BUFFER 0xb8000 %define VGA_SCREEN_X 80 %define VGA_SCREEN_Y 25 -- cgit v1.3