repo.or.cz
/
tigris.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add linker and vga driver, working hello, world
[tigris.git]
/
stage1
/
kernel.c
blob
1ddd838554b96b84f8e4a42d126fb712a1ca5cec
1
#include
"kernel.h"
2
3
kmain
()
4
{
5
vini
();
6
vput
(
"hello, world"
);
7
vput
(
"!
\n
:D"
);
8
}