put into a testable state

This commit is contained in:
Agnosto Dvonik 2024-02-17 23:07:20 -05:00
parent 2b3342238c
commit 736631262b
1 changed files with 1 additions and 5 deletions

View File

@ -4,9 +4,5 @@ void
sysinit(void) sysinit(void)
{ {
vga_clearscreen(); vga_clearscreen();
vga_write("fish stick.", 10, 0x0F); vga_write("fish stick.", 10, 0x07);
for (s16 i = 0; i <= 2000; i += 20) {
vga_write("Om Smart!", 9, 0x0F);
vga_write("Om Smarter!", 11, 0x0F);
}
} }