Changes between Version 5 and Version 6 of VASFeatures
- Timestamp:
- 2011-10-22T09:06:41Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VASFeatures
v5 v6 1 1 = Virtual address spaces per architecture = 2 3 Below are the various situations as dictated by the design of each supported architecture. The identity / non-identity here correspond to hardware limitations rather than to how HelenOS currently operates. 4 5 6 ---- 2 7 3 8 == amd64 == … … 11 16 1. depends on implementation, but in practice current implementations use 48 bits 12 17 18 19 ---- 20 21 22 == arm32 == 23 24 TBD 25 26 27 ---- 28 29 30 == ia32 == 31 32 || 0x80000000 || 2GiB|| kernel non-identity || 33 || 0x00000000 || 2GiB|| uspace non-identity || 34 35 36 ---- 37 38 == ia64 == 39 40 TBD 41 42 ---- 43 13 44 == mips32 == 14 45 … … 21 52 1. maps to physical 0, uncached, bypasses TLB 22 53 2. maps to physical 0, cacheable, bypasses TLB 54 55 56 ---- 57 58 == ppc32 == 59 60 TBD 61 62 ---- 23 63 24 64 == sparc64 ==