File size: 63 Bytes
94f6f0e
 
 
 
 
1
2
3
4
5
INT KernelMain( )
{
     asm( "hlt" );
     return FALSE;
}