I was fixing a PC with a fairly late 486DX2-66 motherboard in it. In checking it out, I found an interesting setting in its BIOS: I can use its L2 cache as either writeback or writethrough. But what’s the difference? What are the pros and cons of writeback vs writethrough cache?
Writeback is faster but was harder to implement than writethrough, so not all systems support it. If it’s available and your software doesn’t malfunction, use write-back.










