From 6b07237230a6fbc6774313ea627a38176865085b Mon Sep 17 00:00:00 2001 From: Agnosto Dvonik Date: Sat, 17 Feb 2024 23:47:29 -0500 Subject: [PATCH] null commit, ignore --- sys/sysinit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sysinit.c b/sys/sysinit.c index 7892001..3eb8bb9 100644 --- a/sys/sysinit.c +++ b/sys/sysinit.c @@ -4,7 +4,8 @@ void sysinit(void) { vga_clearscreen(); - for (s16 i = 0; i < 51; i++) { + + for (s16 i = 0; i < 256; i++) { vga_write("Om Smart.", 9, 0x0F); vga_write("Om Smarter.", 11, 0x0F); }