What are the rules for mapping memory segments?
• There are only 31 TLB entries locked for 4KB, 64KB, 1MB, and 16MB contiguous memory regions. • Memory segments must be a multiple of 4KB. • Adjacent memory must add up to a multiple of 4KB. Note smaller adjacent memory regions are grouped into a larger region which optimizes the number of TLB entries.