[BACK]Return to kern_main.c CVS log [TXT][DIR] Up to [local] / funnyos / kern

Diff for /funnyos/kern/kern_main.c between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/26 15:13:23
Line 22 
Line 22 
         /* attach all devices described in arch/${ARCH}/config.c */          /* attach all devices described in arch/${ARCH}/config.c */
         devconfig_recurse();          devconfig_recurse();
   
           printf("\n\nok\n");
   
         while(1)          while(1)
                         ;                          ;
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb