Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by xunios@Jul 4 2006, 07:32 PM in arch\nios2nommu\kernel\head.s,there is a piece of code like this:
callr main.
however,main function appeared two times in the kernel of linux.they are:
arch\nios2nommu\kernel\asm-offsets.c
arch\nios2nommu\kernel\start.c
and my question is, the 'callr main' of head.s call for which?the main function
in asm-offsets.c or the main function in start.c or anything else?
thanks in advance!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16655)
--- quote end ---
--- Quote End --- Sorry ,I made a mistake.The asm-offsets.c is useless in the kernel.