chenall / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:
http://grub4dos.chenall.net
GNU General Public License v2.0
647 stars 136 forks source link

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

Open Gelip opened 1 year ago

Gelip commented 1 year ago

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 ?

yaya2007 commented 1 year ago

When is Grub4dos displaying sse2?