move copyright and available memory to config.c

This commit is contained in:
Laurent Vivier 2007-05-24 17:23:25 +00:00
parent f59ce4e653
commit d13cb5bd7a

View File

@ -74,8 +74,6 @@ int start(emile_l2_header_t* info)
char *ramdisk_path;
char *command_line;
printf("EMILE v"VERSION" (c) 2004-2007 Laurent Vivier\n");
arch_init();
init_memory_map();
@ -84,8 +82,6 @@ int start(emile_l2_header_t* info)
bank_dump();
#endif
printf("Available Memory: %ld kB\n", bank_mem_avail() / 1024);
enter_kernel_init();
#ifdef ARCH_M68K