|
From: Oswald B. <os...@kd...> - 2004-08-05 12:40:40
|
On Thu, Aug 05, 2004 at 01:26:37PM +0100, Nicholas Nethercote wrote: > Try this: > > - in coregrind/stage1.c, change "info.mapbase" on line 181 from 0xb1000000 > to 0x71000000. > > - in coregrind/Makefile, change "kickstart_base" from 0xb0000000 to > 0x70000000. > > - re-make Valgrind > i did this a few days ago (with 0xa0000000) to accomodate the PAGE_OFFSET change i did to be able to use the whole 1 gig of ram without compiling linux for highmem. memcheck works like a charm. i was pondering with the idea of submitting a configure patch, for either manually specifying the load address or auto-detecting it, but now that you plan to take care of this yourself ... ;) -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |