mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
move copyright and available memory to config.c
This commit is contained in:
parent
f59ce4e653
commit
d13cb5bd7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user