omos-tcnj2024/sys/sysinit.c

9 lines
100 B
C

#include <types.h>
void
sysinit(void)
{
vga_clearscreen();
vga_write("fish stick.", 10, 0x07);
}