=================================================================== RCS file: /cvs/funnyos/kern/kern_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/kern/kern_main.c 2007/10/16 09:41:04 1.1 +++ funnyos/kern/kern_main.c 2007/10/26 15:13:23 1.2 @@ -1,5 +1,5 @@ /* - * $Id: kern_main.c,v 1.1 2007/10/16 08:41:04 init Exp $ + * $Id: kern_main.c,v 1.2 2007/10/26 14:13:23 init Exp $ */ #include #include @@ -21,6 +21,8 @@ /* attach all devices described in arch/${ARCH}/config.c */ devconfig_recurse(); + + printf("\n\nok\n"); while(1) ;