Msib350_disable4.zip
This is an OC PROFILE file exported from MSI B350. The length is not that long, and its crc8 checksum and other data do not match your code. Please adapt the code, thanks! Also, in MSI's BIOS there is a setting to disable CPU cores. Could you add parsing and setting for this item in the code? I analysed that in my OCB it is at offset=0x1058 value=0x8 (BIN:1000 means the fourth core is disabled, 0 means all enabled BIN:0000, 1 means the first core disabled BIN:0001, 2 means the second core disabled BIN:0010, 3 means the first + second core disabled BIN:0011, 4 means the third core disabled BIN:0100, and so on)
Msib350_disable4.zip
This is an OC PROFILE file exported from MSI B350. The length is not that long, and its crc8 checksum and other data do not match your code. Please adapt the code, thanks! Also, in MSI's BIOS there is a setting to disable CPU cores. Could you add parsing and setting for this item in the code? I analysed that in my OCB it is at offset=0x1058 value=0x8 (BIN:1000 means the fourth core is disabled, 0 means all enabled BIN:0000, 1 means the first core disabled BIN:0001, 2 means the second core disabled BIN:0010, 3 means the first + second core disabled BIN:0011, 4 means the third core disabled BIN:0100, and so on)