null commit, ignore

This commit is contained in:
Agnosto Dvonik 2024-02-17 23:47:29 -05:00
parent b7925a9071
commit 6b07237230
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}