Y
Hacker News
new
|
ask
|
show
|
jobs
by
PureParadigm
2600 days ago
If running Linux you can disable the meltdown/spectre mitigations with the nopti option [1].
1.
https://yux.im/posts/technology/security/disable-meltdown-an...
2 comments
iddqd
2600 days ago
Here is a similar windows tool:
https://www.grc.com/inspectre.htm
link
poims
2599 days ago
'nopti' only disables the Meltdown mitigation. To disable all the mitigations (including Spectre, Meltdown, L1TF, and now MDS) you can use mitigations=off on newer kernels.
link