index
:
corn
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kmain.c
blob: 6d45087c9c74c6ef8f14afc8c668992cd29d566a (
plain
)
1
2
3
4
5
void
kmain
(
void
*
boot_info
)
{
while
(
1
)
{
asm
(
"cli; hlt"
);
}
}