mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
修复 VMware 环境 tsc 不稳定导致的崩溃
This commit is contained in:
parent
87d690b92c
commit
22852b009a
@ -234,6 +234,11 @@ CMDLINE['nowatchdog']=""
|
||||
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
|
||||
CMDLINE['mev']="${MEV:-physical}"
|
||||
|
||||
if [ "${MEV:-physical}" = "vmware" ]; then
|
||||
CMDLINE['tsc']="reliable"
|
||||
CMDLINE['pmtmr']="0x0"
|
||||
fi
|
||||
|
||||
if [ "${HDDSORT}" = "true" ]; then
|
||||
CMDLINE['hddsort']=""
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user