[Etherboot-developers] Re: Mknbi is the misbehaving when reloc'd
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-10-07 10:33:35
|
>As I said, I've used the --first32pm option. I think the problem may be inside >the "first-linux.S", in function addkarg, where the data coming from >etherboot are passed to kernel, or there around... I'm only wildly guessing, >don't know enought the code to understand what's appening... Ok, I found the problem. I was not copying enough arguments from the old stack to the new stack (first32.S). The fixed version is in www.etherboot.org/mknbi-1.2-10rc2.tar.bz2 Also in CVS. Please see if that works for you (reminder: relocation only works for --first32pm or mkelf-linux). Thanks for reporting the bug. |