BilBg

Linpack - How to patch for AMD CPUs

Jan 11th, 2014
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. .
  2.  
  3. http://www.xtremesystems.org/forums/showthread.php?201670-LinX-A-simple-Linpack-interface
  4.  
  5. ***
  6.  
  7. Since the last package:
  8. https://github.com/sanekgusev/LinX-old/releases/tag/0.6.5
  9.  
  10. ... don't have Linpack patched for AMD CPUs here is how to do-it-yourself:
  11.  
  12.  
  13. * Linpack - How to patch for AMD CPUs:
  14. (by BilBg - I compared several original and patched versions of Linpack to find the following)
  15.  
  16. - You need to patch only one byte in files linpack_xeon32.exe , linpack_xeon64.exe
  17.  
  18. Change the first occurrence (near the beginning of file, somewhere around offset 400-1000)
  19. of Hex bytes 00 00 85 C0 75:
  20.  
  21. Find 00 00 85 C0 75
  22. Change to 00 00 85 C0 EB
  23.  
  24. 00 00 85 C0 75 --> 00 00 85 C0 EB
  25.  
  26. i.e. change only one byte:
  27. 75 to EB
  28.  
  29.  
  30. You can use this program for the patch:
  31. HxD - Freeware Hex Editor and Disk Editor
  32. http://mh-nexus.de/en/hxd/
  33.  
  34.  
  35. Look also (I found the post post-factum ;) (after I figured how-to by myself)):
  36. percuma88 - LinX with Intel Linpack v11.0.1.005 for Intel and AMD CPU
  37. http://www.xtremesystems.org/forums/showthread.php?201670-LinX-A-simple-Linpack-interface/page34&p=5153319#post5153319
  38.  
  39. .
Advertisement
Add Comment
Please, Sign In to add comment