7 lines
74 B
C
7 lines
74 B
C
void
|
|
sysinit(void)
|
|
{
|
|
vga_clearscreen();
|
|
vga_write("Om Smart.", 0x0F);
|
|
}
|