9 lines
100 B
C
9 lines
100 B
C
#include <types.h>
|
|
|
|
void
|
|
sysinit(void)
|
|
{
|
|
vga_clearscreen();
|
|
vga_write("fish stick.", 10, 0x07);
|
|
}
|