summaryrefslogtreecommitdiff
path: root/kernel/main.c
blob: 4487d56c218af9ec41ffcef05d473fcc793b9a3d (plain)
1
2
3
4
5

void main(){

	while(1);
}