- move the greeting message at th begin of the program

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@66 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-11 10:32:49 +00:00
parent 8480f4f7bf
commit eecf33204e

View file

@ -190,6 +190,8 @@ int main(void)
tid_t lwip_id;
#endif
kprintf("Here is MetalSVM %s\n", METALSVM_VERSION);
system_init();
irq_init();
timer_init();
@ -202,7 +204,6 @@ int main(void)
irq_enable();
kprintf("Here is MetalSVM %s\n", METALSVM_VERSION);
kprintf("Kernel starts at %p and ends at %p\n", &kernel_start, &kernel_end);
detect_cpu_frequency();