Index: branches/azimutz/Chazi/i386/boot2/modules.c =================================================================== --- branches/azimutz/Chazi/i386/boot2/modules.c (revision 1023) +++ branches/azimutz/Chazi/i386/boot2/modules.c (revision 1024) @@ -305,7 +305,7 @@ #if CONFIG_MODULE_DEBUG printf("Unable to locate symbol %s\n", name); - getc(); //getchar(); + getc(); //Azi: getchar(); #endif if(strcmp(name, VOID_SYMBOL) == 0) return 0xFFFFFFFF;