aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/common.asm
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-03-08 16:37:02 +0100
committerkotorifan <kotorifan05@gmail.com>2026-03-08 16:37:02 +0100
commit8b00afe1b255682cf8c219ab44a3d9fc590cc003 (patch)
tree8584052a79557f9ccb0c1b77d70203addccbf6bb /src/common/common.asm
parentceedd4f2c7e990162f1b619f0d60471eea3aed1f (diff)
downloadkotori-os-8b00afe1b255682cf8c219ab44a3d9fc590cc003.tar.gz
Clear message at bootup without extra ascii characters
Diffstat (limited to 'src/common/common.asm')
-rw-r--r--src/common/common.asm2
1 files changed, 1 insertions, 1 deletions
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