grub4dos
grub4dos copied to clipboard
How to mask the processor flag e.g. SSE2 ?
trafficstars
Under Linux you can do it using the clearcpuid command in cmdline in /etc/default/grub e.g. to hide SSE2 flag:
GRUB_CMDLINE_LINUX="clearcpuid=26"
How to do the same in GRUB4DOS ?
When is Grub4dos displaying sse2?