mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
Kernel: Add a 'disable_kaslr' kernel command line parameter
This parameter can be used to disable the KASLR mechanism.
This commit is contained in:
parent
54a12d34eb
commit
f9c6f37bac
2 changed files with 9 additions and 4 deletions
|
@ -89,6 +89,8 @@ List of options:
|
|||
* **`vmmouse`** - This parameter expects a binary value of **`on`** or **`off`**. If enabled and
|
||||
running on a VMWare Hypervisor, the kernel will enable absolute mouse mode.
|
||||
|
||||
* **`disable_kaslr`** - If present on the command line, the KASLR security mitigation will be disabled.
|
||||
|
||||
## See also
|
||||
|
||||
* [`SystemServer`(7)](help://man/7/SystemServer).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue