This website requires JavaScript.
Explore
Help
Sign In
omr
/
omos-tcnj2024
Watch
1
Star
0
Fork
You've already forked omos-tcnj2024
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
736631262b
omos-tcnj2024
/
sys
/
sysinit.c
9 lines
100 B
C
Raw
Blame
History
#
include
<types.h>
void
sysinit
(
void
)
{
vga_clearscreen
(
)
;
vga_write
(
"
fish stick.
"
,
10
,
0x07
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink