Is it possible to simulate ECC mode with non ECC RAM?

Posted by 5TR4TR3X@reddit | linuxadmin | View on Reddit | 5 comments

I am curious if it is possible to instruct Linux with a kernel module or something similar to simulate ECC with non ECC memory. I am thinking about a way that leverages the error correction to the CPU through the OS. So the error correction bits could be stored in regular memory.

I understand it may put an extra load onto the CPU, but I am not sure how heavy that extra load could be.

Is there a module or tool for Linux that achieves this procedure I am visioning?