Processor manufacturer identifier. A maximum 12-character string.
CPUID command returns the vendor ID string in EBX, EDX and ECX registers. Writing these to memory in this order results in a 12-character string.
@example GenuineIntel
public const HOST_CPU_VENDOR_ID = 'host.cpu.vendor.id';