Thread: generating error bits in memory

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    30

    Question generating error bits in memory

    Hi guys, I am trying to figure out where to start on a program I am writing, basically I want to generate multiple bit errors in main memory and have my memorys ECC to be able to detect the errors and display where they are. Could someone helps me out or point me in the direction as i am quite lost, I am trying not to implement it via kernals as i want platform independence.

    Thanks

    Qui

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    First, let get some knowledge in that head of yours, read this.

    By reading that you'll find out that error correction only happens during transmission from your PCs memory controller to your memory. The memory controller knows that the memory is ECC, so it sends the data accordingly.

    Sorry bub, you can't do this in software.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doxygen failing
    By Elysia in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 04-16-2008, 01:24 PM
  2. Replies: 4
    Last Post: 01-13-2008, 02:14 AM
  3. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  4. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  5. Shared Memory - shmget questions
    By hendler in forum C Programming
    Replies: 1
    Last Post: 11-29-2005, 02:15 AM