From 749d232534f888ae9b34347ebdf019bbc41defc5 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:15:34 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46e9543..b3263c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ These findings are based on reverse engineering of the NVIDIA GPU Linux driver. ## Prerequisites - Kernel boot parameter: iomem=relaxed + +This step is optional. On some versions, the default kernel boot parameter is sufficient to run this program. + ``` sudo vim /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iomem=relaxed" From 44f93ca36a9b998464149f193330c4c12c22667e Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:38:42 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3263c7..042f088 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ These findings are based on reverse engineering of the NVIDIA GPU Linux driver. - Kernel boot parameter: iomem=relaxed -This step is optional. On some versions, the default kernel boot parameter is sufficient to run this program. +This step is optional. In some Linux distributions, the default kernel boot parameters are sufficient to run this program. ``` sudo vim /etc/default/grub