Difference between revisions of "User:Martin/sandbox"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Test named references)
m (Typo)
 
Line 2: Line 2:
 
''Please note: I'm trying things out here, nothing is permanent and may be deleted without notice''
 
''Please note: I'm trying things out here, nothing is permanent and may be deleted without notice''
  
Citations<ref name=test>A reference</ref> and a test of names.<<ref name=test />
+
Citations<ref name=test>A reference</ref> and a test of names.<ref name=test />
  
  

Latest revision as of 22:27, 22 March 2022

Sandbox

Please note: I'm trying things out here, nothing is permanent and may be deleted without notice

Citations[1] and a test of names.[1]


Virtual memory map

The VAX virtual memory is divided into four sections. Each is one gigabyte (in the context of addressing, 230 bytes) in size:

Section Address Range
P0 0x00000000 - 0x3fffffff
P1 0x40000000 - 0x7fffffff
S0 0x80000000 - 0xbfffffff
S1 0xc0000000 - 0xffffffff

For VMS, P0 was used for user process space, P1 for process stack, S0 for the operating system, and S1 was reserved.

  1. 1.0 1.1 A reference