From b160aa8bdcd92f74f3a46e62b2b3cb2250dbe1c0 Mon Sep 17 00:00:00 2001 From: Stolas <610753+Stolas@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:04:07 +0200 Subject: [PATCH] Update README.md --- debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/README.md b/debugging/README.md index b8842f3..ee0742e 100644 --- a/debugging/README.md +++ b/debugging/README.md @@ -55,7 +55,7 @@ I've added a script into this dir called `install_ksyms.sh` which will automate **Finally** don't forget to turn off KASLR on your *guest*! The amount of times I've forgotten this ... * Add `nokaslr` to your boot options, typically via grub menu at boot - * grub menu can be reached by hold shift at boot, then on your kernel selection pressing `e` will allow you to edit params (these changes don't persist), and you'll want to add it to the line with other booth options like `nosplash` + * grub menu can be reached by hold shift at boot, then on your kernel selection pressing `e` will allow you to edit params (these changes don't persist), and you'll want to add it to the line with other boot options like `nosplash` * or by editing `/etc/default/grub` and including `nokaslr` in `GRUB_CMDLINE_LINUX_DEFAULT` #### Loadable Modules