omos-tcnj2024/sys/sysinit.c

7 lines
74 B
C

void
sysinit(void)
{
vga_clearscreen();
vga_write("Om Smart.", 0x0F);
}