chenall/grub4dos

How to mask the processor flag e.g. SSE2 ?

Gelip opened this issue · 1 comments

Gelip commented

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?