@@ -7,6 +7,9 @@ These findings are based on reverse engineering of the NVIDIA GPU Linux driver.
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kernel boot parameter: iomem=relaxed
|
- Kernel boot parameter: iomem=relaxed
|
||||||
|
|
||||||
|
This step is optional. In some Linux distributions, the default kernel boot parameters are sufficient to run this program.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo vim /etc/default/grub
|
sudo vim /etc/default/grub
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iomem=relaxed"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iomem=relaxed"
|
||||||
|
|||||||
Reference in New Issue
Block a user