blob: 0813c6aa617497efcff6873778d3ae7cfbe00877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Memory Management
This chapter describes the Vertex-32 and Vertex-64 architecture's memory
management facilities, including physical memory requirements and paging.
## Memory Management Overview
The Vertex family of processors provide facilities to perform demand-paged
paging algorithms. Although recommended for most applications, the paging
mechanism can be disabled and memory can then be access directly. Segmentation,
such as what is found on Intel's x86 architecture, is not supported.
|