Docs: Update Configuration

This commit is contained in:
Andrey1970AppleLife 2020-06-22 06:02:49 +03:00
parent 8f9411a512
commit eaed14ffe5
5 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -1465,7 +1465,8 @@ To view their current state use \texttt{pmset -g} command in Terminal.
\textbf{Failsafe}: \texttt{0}\\
\textbf{Description}: Provide maximum KASLR slide when higher ones are unavailable.
This option overrides the maximum slide instead of 255 when \texttt{ProvideCustomSlide} is enabled.
This option overrides the maximum slide of 255 by a user specified value between 1 and 254 inclusive
when \texttt{ProvideCustomSlide} is enabled.
It is believed that modern firmwares allocate pool memory from top to bottom, effectively resulting in
free memory at the time of slide scanning being later used as temporary
memory during kernel loading. In case those memory are unavailable, this

Binary file not shown.

View File

@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Mon Jun 22 05:37:15 2020
%DIF ADD ../Configuration.tex Mon Jun 22 05:39:29 2020
%DIF ADD ../Configuration.tex Mon Jun 22 05:58:06 2020
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
@ -1530,7 +1530,8 @@ To view their current state use \texttt{pmset -g} command in Terminal.
\textbf{\DIFadd{Description}}\DIFadd{: Provide maximum KASLR slide when higher ones are unavailable.
}
\DIFadd{This option overrides the maximum slide instead of 255 when }\texttt{\DIFadd{ProvideCustomSlide}} \DIFadd{is enabled.
\DIFadd{This option overrides the maximum slide of 255 by a user specified value between 1 and 254 inclusive
when }\texttt{\DIFadd{ProvideCustomSlide}} \DIFadd{is enabled.
It is believed that modern firmwares allocate pool memory from top to bottom, effectively resulting in
free memory at the time of slide scanning being later used as temporary
memory during kernel loading. In case those memory are unavailable, this

Binary file not shown.