Hi, On Tue Oct 07, 2014 at 13:29:24 +0000, Wölfel, Tobias wrote: > I am working on porting Fiasco.OC to openrisc (or1k), but are stucked at > booting the kernel. > The problem is that the addr in boot_info.kernel_start is pointing to the > beginning of the bootsrap, and therefore it will not start the kernel. > In startup.cc there is the mbi, mb_info and mb_mod, which I suppose is the > place where the addr is coming from. > But where is it set exactly?
It is set in bootstrap by looking at the ELF info of the file. What's the entry point of the binary (readelf -h fiasco)? Adam -- Adam [email protected] Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
