index
:
portland-os
main
old (and broken) hobby os
benji dial
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
main.c
blob: 1a8b2f4a8530ae628bec6e54e9b58908bd00294d (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<stdint.h>
#include
"vga.h"
void
main
()
{
while
(
1
)
vga_printsz
(
"Hello! "
);
}