FSB Data Integrity Tester Code
Detects data corruption between CPU and Main Memory.
Brought to you by:
siavoshkc
File | Date | Author | Commit |
---|---|---|---|
DI | 2015-04-03 | siavoshkc | [r17] Adding icon_bitmap.bmp |
README.txt | 2011-03-25 | siavoshkc | [r13] Fixing incorrect progress percentage; Fixing so... |
fsbdit.sln | 2015-04-01 | siavoshkc | [r16] Minor changes; Adding conditional compile code ... |
FSB Data Integrity Tester by SiavoshKC This program is under GPLv3 license. To get a copy of the license go to "http://www.gnu.org/licenses". Greetings, This program tests memory to CPU data transfer by writing a pattern to memory and reading it back then comparing it to what should had been written. It allocates a small amount of memory and writes into and reads from it many times. This program will only work on Microsoft Windows. Run the program from command prompt (cmd.exe). All versions prior to 1.5 had bugs. Other things should be self explaining. Good Luck.