- 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:
parent
8480f4f7bf
commit
eecf33204e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue