View Single Post
  #7 (permalink)  
Old 11-06-2008, 12:07 PM
06gmc's Avatar
06gmc
PPCGeeks Regular
Offline
Location: St. Louis
 
Join Date: Apr 2007
Posts: 195
Reputation: 90
06gmc is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Diamond Pagepool Offset

Quote:
Originally Posted by colonel View Post
Nice work tsab. Good information.

Here is an alternative for you. If you replace the referenced string in the OP:

Code:
03 15 A0 03 06 16 A0 13 00 10 83 E5 E9 BB FF EB
With:

Code:
03 15 A0 03 06 16 A0 13 00 00 A0 E1 E9 BB FF EB
it will read the value set by the pagepool changers that are available. However, it will probably not do the dynamic/static variable. I believe it will only be static pagepools at that point.
So your saying replace the original string with 03 15 A0 03 06 16 A0 13 00 00 A0 E1 E9 BB FF EB then make the changes to the first 4 digits?

I would like to use 32mb static
Reply With Quote