string getCPUModel()
Gets CPU model string.
Example:
auto model = getCPUModel(); writeln("CPU: ", model);