Altera_Forum
Honored Contributor
21 years agobootpath
Which is the first function (and in which file) that gets run when a (microtronix) nios uClinux kernel boots up?
The main function is located in the start.c file in the same directory. Main then calls start_kernel() found in linux-2.6.x/init/main.c.
Dennis Scott Microtronix Datacom Ltd.