Changes

82 bytes added ,  22:39, 26 August 2015
→‎Virtual Memory Map: Let app data area span from 0x10000000 to 0x50000000, add 0xA0000000 region
Line 80: Line 80:  
==Virtual Memory Map==
 
==Virtual Memory Map==
 
*0x01000000 - 0x01?????? '''Loader and system libraries'''
 
*0x01000000 - 0x01?????? '''Loader and system libraries'''
*0x10000000 - 0x10?????? '''User-mode OS globals'''
+
*0x10000000 - 0x50000000 '''Application/library data area''' (may be smaller)
 +
*0xa0000000 - 0xe0000000 Unused area? (can be remapped)
 
*0xe0000000 - 0xe4000000 '''Some sort of hardware communication area'''
 
*0xe0000000 - 0xe4000000 '''Some sort of hardware communication area'''
 
*0xf4000000 - 0xf6000000 '''MEM1'''
 
*0xf4000000 - 0xf6000000 '''MEM1'''
203

edits