On Thu, Jan 11, 2001 at 10:57:01PM +0000, Ian Chilton wrote: > > Such a pile of numbers is pretty useless for debuggin unless accompanied > > with the disassembler listing of the crashing code, System.map or even > > better the kernel binary itself ... > > Sorry, I forgot..: > > http://files.ichilton.co.uk/linux-010111-IP22-4400.tar.gz > > > It's all in there, ELF + ECOFF + System.map It's a crash during the very early initialization of the kernel, that is before trap_init() gets called. __alloc_bootmem_core calls memset with bogus addresses and that again crashes. Not very much else I can read from this crash and not very much I can do without an Indy ... Ralf