Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 267 Bytes

File metadata and controls

19 lines (7 loc) · 267 Bytes

Question 56

What is a memory region?

Answer

A continuous area of memory is called a region if:

  • It starts at an address, which is multiple of a page size (e.g., 4KB).
  • All its pages have the same permissions.

prev +++ next