PiegOS/kernel/main.c
2015-07-19 11:52:01 +04:00

8 lines
63 B
C

//----- PiegOS kernel main -----
void main(){
while(1);
}