Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Memory management unit
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== VAX === [[VAX]] pages are 512 bytes,<ref name="vax-ref-manual">{{Cite book |url=http://bitsavers.org/pdf/dec/vax/archSpec/EY-3459E-DP_VAX_Architecture_Reference_Manual_1987.pdf |chapter=Chapter 4 Memory Management |title=VAX Architecture Reference Manual |date=1987 |publisher=[[Digital Equipment Corporation]] |id=EY-3459E-DP |isbn=0-932376-86-X}}</ref>{{rp|page=199}} which is very small. An OS may treat multiple pages as if they were a single larger page. For example, [[Linux]] on VAX groups eight pages together. Thus, the system is viewed as having {{nowrap|4 KB}} pages. The VAX divides memory into four fixed-purpose regions, each {{nowrap|1 [[Gigabyte|GB]]}} in size. They are:<ref name="vax-ref-manual" />{{rp|pages=200-201}} ;P0 space: Used for general-purpose per-process memory such as heaps. ;P1 space: (Or control space) which is also per-process and is typically used for supervisor, executive, [[kernel (operating system)|kernel]], user [[Stack (abstract data type)|stacks]] and other per-process control structures managed by the operating system. ;S0 space: (Or system space) which is global to all processes and stores operating system code and data, whether paged or not, including pagetables. ;S1 space: Which is unused and "Reserved to [[Digital Equipment Corporation|Digital]]".<ref name="vax-ref-manual" />{{rp|pages=200-201}} Page tables are big linear arrays.<ref name="vax-ref-manual" />{{rp|pages=209-215}} Normally, this would be very wasteful when addresses are used at both ends of the possible range, but the page tables for P0 and P1 space are stored in the paged S0 space.<ref name="vax-ref-manual" />{{rp|pages=211-212}} Thus, there is effectively a two-level [[Tree (data structure)|tree]], allowing applications to have sparse memory layout without wasting a lot of space on unused page table entries. Unlike page table entries in most MMUs, page table entries in the VAX MMU lack an [[accessed bit]].<ref name="vax-ref-manual" />{{rp|pages=203-205}} OSes which implement paging must find some way to emulate the accessed bit if they are to operate efficiently. Typically, the OS will periodically unmap pages so that page-not-present faults can be used to let the OS set an accessed bit.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Memory management unit
(section)
Add topic