Skip to content

Commit

Permalink
Docs: Fix W^X notation
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Nov 1, 2021
1 parent 7ed269c commit eab5149
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified Docs/Configuration.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Docs/Configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ \subsection{Quirks Properties}\label{booterpropsquirks}
\textbf{Failsafe}: \texttt{false}\\
\textbf{Description}: Permit write access to UEFI runtime services code.

This option bypasses \texttt{R\^X} permissions in code pages of UEFI runtime
This option bypasses \texttt{W\^{}X} permissions in code pages of UEFI runtime
services by removing write protection (\texttt{WP}) bit from \texttt{CR0}
register during their execution. This quirk requires \texttt{OC\_FIRMWARE\_RUNTIME}
protocol implemented in \texttt{OpenRuntime.efi}.
Expand Down
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Docs/Differences/Differences.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Mon Oct 11 00:01:52 2021
%DIF ADD ../Configuration.tex Mon Nov 1 06:24:16 2021
%DIF ADD ../Configuration.tex Mon Nov 1 14:42:38 2021

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -1628,7 +1628,7 @@ \subsection{Quirks Properties}\label{booterpropsquirks}
\textbf{Failsafe}: \texttt{false}\\
\textbf{Description}: Permit write access to UEFI runtime services code.

This option bypasses \texttt{R\^X} permissions in code pages of UEFI runtime
This option bypasses \texttt{\DIFdelbegin \DIFdel{R\^X}\DIFdelend \DIFaddbegin \DIFadd{W\^{}X}\DIFaddend } permissions in code pages of UEFI runtime
services by removing write protection (\texttt{WP}) bit from \texttt{CR0}
register during their execution. This quirk requires \texttt{OC\_FIRMWARE\_RUNTIME}
protocol implemented in \texttt{OpenRuntime.efi}.
Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.

0 comments on commit eab5149

Please sign in to comment.