=================================================================== RCS file: /cvs/funnyos/kern/kern_main.c,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- funnyos/kern/kern_main.c 2007/10/16 09:41:04 1.1.1.1 +++ funnyos/kern/kern_main.c 2007/11/06 22:59:35 1.3 @@ -1,9 +1,10 @@ /* - * $Id: kern_main.c,v 1.1.1.1 2007/10/16 08:41:04 init Exp $ + * $Id: kern_main.c,v 1.3 2007/11/06 22:59:35 init Exp $ */ #include #include #include +#include #include @@ -21,6 +22,9 @@ /* attach all devices described in arch/${ARCH}/config.c */ devconfig_recurse(); + + /* initialise system clock; this will start interrupts from timer */ + sysclock_init(); while(1) ;