[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.1.1 and 1.3

version 1.1.1.1, 2007/10/16 09:41:04 version 1.3, 2007/11/06 22:59:35
Line 4 
Line 4 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/kern_devconfig.h>  #include <sys/kern_devconfig.h>
 #include <sys/mem.h>  #include <sys/mem.h>
   #include <sys/kern_time.h>
   
 #include <libkern/printf.h>  #include <libkern/printf.h>
   
Line 21 
Line 22 
   
         /* attach all devices described in arch/${ARCH}/config.c */          /* attach all devices described in arch/${ARCH}/config.c */
         devconfig_recurse();          devconfig_recurse();
   
           /* initialise system clock; this will start interrupts from timer */
           sysclock_init();
   
         while(1)          while(1)
                         ;                          ;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

CVSweb