> > OK, managed to make it compile, but then something goes wrong in > > tracer_alloc_bootmem(). > > It needs 32M, and uml has that much by default. Doh. > > But something is still wrong: > > > /store/quilt/linux/linux mem=64
I'm an idiot, sorry. It should have been mem=64M. No wonder it didn't manage to start with 64 bytes of memory ;) So now with s/trace_alloc_bootmem/alloc_bootmem and MAX_TRACE set to 4096UL*16UL it boots fine. Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/