Quote:
Originally Posted by gguruusa
WMreloc is a replacement for g'reloc. Usage is a little different, but similar. It has it's own self-explanatory usage output.
|
I figured it was something like this. I see that you can specify VM slot 0 or 1 - but I'm not sure why you would want to - I'm not sure why it would matter. But a log output would be nice - right now to check on G'Reloc I have to dump the resulting ROM to get the memory map and make sure the modules don't overlap the XIP (which they haven't as long as I have the .VM file correct in SYS) and that they leave sufficient room for non-moduled DLLs and EXEs. I've been playing around with turning some of the OEM apps into modules - so-far so-good but haven't tried WM6.5 yet.
Also, will it automagically process all modules in a dump directory like G'Reloc.exe -dump -doit? Or do you have to have something else process the dump directory and call WMReloc.exe for each module? If the latter, I'm sure someone has written a utility to do this (I saw a "small G'Reloc.exe over at XDA that supposedly calls WMReloc.exe - wonder if that is it...?)