Saturday, June 16, 2018

How to check if memory is non-ECC in Windows from the command line

c:\> wmic memphysical get memoryerrorcorrection

Return ValueMeaning
3Non-ECC

References:

Keywords: Memory, ECC, Non-ECC

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...