QDNix
Quick’n’dirty *NIX
kern.c
1
2
/**
3
* Kernel main
4
*/
5
int
6
kern_main(
void
)
7
{
8
return
(0);
9
}
sys
kern
kern.c
Generated by
1.9.1