Skip to content

Commit

Permalink
Update docs/WhatAndWhy/enhancedmemoryprotection.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kubacki <[email protected]>
  • Loading branch information
os-d and makubacki authored Sep 19, 2024
1 parent 045e5a9 commit 56b16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WhatAndWhy/enhancedmemoryprotection.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to progress will pave the way to a more secure and resilient digital future.
CPU fault if accessed. This is a future requirement.
5: Calls to EFI_BOOT_SERVICES.AllocatePages and EFI_BOOT_SERVICES.AllocatePool
must return memory with the EFI_MEMORY_XP attribute.
6: Page 0 in physical system memory must be marked EFI_MEMORY_RP or be unmapped.
6: Page 0 in physical system memory must be marked EFI_MEMORY_RP or not mapped.
7: AP and BSP stacks must be marked EFI_MEMORY_XP.
8: AP and BSP stacks must have an EFI_MEMORY_RP page at the bottom to catch overflow.
9: MMIO ranges must be marked EFI_MEMORY_XP.
Expand Down

0 comments on commit 56b16de

Please sign in to comment.