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] 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"