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
Normal View
History
Unescape
Escape
other changes
2024-02-18 03:53:36 +01:00
#
include
<types.h>
hi
2024-02-17 23:19:28 +01:00
void
code fixed and stiupid build
2024-02-18 01:16:13 +01:00
sysinit
(
void
)
{
vga_clearscreen
(
)
;
put into a testable state
2024-02-18 05:07:20 +01:00
vga_write
(
"
fish stick.
"
,
10
,
0x07
)
;
hi
2024-02-17 23:19:28 +01:00
}