[BACK]Return to platform.h CVS log [TXT][DIR] Up to [local] / prex-old / sys / arch / arm / cats

Diff for /prex-old/sys/arch/arm/cats/platform.h between version 1.2 and 1.3

version 1.2, 2008/07/20 20:49:10 version 1.3, 2008/07/20 23:49:23
Line 36 
Line 36 
   
 #define PAGE_OFFSET     0x00000000  #define PAGE_OFFSET     0x00000000
   
 #define KERNEL_BASE     0x00200000  #define KERNEL_BASE     0x00100000
 #define KERNEL_MAX      0x00400000      /* 2M */  #define KERNEL_MAX      0x00400000
 #define USER_BASE       0x00400004      /* 2M + 4 */  #define USER_BASE       0x00400000
 #define USER_MAX        0x02000000      /* 32M */  #define USER_MAX        0x02000000
   
 #define BOOT_INFO       0x03f00000      /* 63M */  #define BOOT_INFO_SIZE  0x00000800
 #define BOOT_STACK      0x03f00800      /* 63M + BOOT_INFO_SIZE */  #define BOOT_INFO       (0x00100000 - BOOT_INFO_SIZE)
 #define INT_STACK       0x03f02800      /* BOOT_STACK + 8K */  #define BOOT_STACK      0x00002800
 #define SYS_STACK       0x03f04800      /* INT_STACK + 8K */  #define INT_STACK       0x00004800
   #define SYS_STACK       0x00008800
   
 #ifndef __ASSEMBLY__  #ifndef __ASSEMBLY__
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb