Mention disabling Hyper-Threading and mention ECC
This commit is contained in:
parent
4ecb77250f
commit
1797ae7d19
2 changed files with 8 additions and 1 deletions
|
|
@ -125,6 +125,13 @@ See [usage.md](usage.md) for usage instructions, such as how to update.
|
|||
|
||||
Tutorial: install and configure NixOS for nix-bitcoin on your own hardware
|
||||
---
|
||||
|
||||
## 0. Preparation
|
||||
|
||||
1. Optional: Disable Simultaneous Multi-Threading (SMT) in the BIOS
|
||||
|
||||
Researchers recommend disabling (SMT), also known as Hyper-Threading Technology in the Intel® world to significantly reduce the impact of speculative exacution-based attacks (https://mdsattacks.com/).
|
||||
|
||||
## 1. NixOS installation
|
||||
|
||||
This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.html#ch-installation). Look there for more information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue