Ignore:
Timestamp:
Feb 16, 2011, 1:42:13 PM (13 years ago)
Author:
simerabe
Message:

replacing old ring versions with new one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-ring-ccxcachev1_memcachev1-mipsel/segmentation.h

    r85 r137  
    1919//      base address required by MIPS processor
    2020/////////////////////////////////////////////////////////////////
    21 #define MMU
     21//#define MMU
    2222
    2323#define RESET_BASE      0xBFC00000
    24 #define RESET_SIZE      0x00000040
     24#define RESET_SIZE      0x00001000
    2525
    2626#define EXCEP_BASE      0x80000000
    27 #define EXCEP_SIZE      0x000002e0
     27#define EXCEP_SIZE      0x00001000
    2828
    2929#define TEXT_BASE       0x00400000
    30 #define TEXT_SIZE       0x000011c8
     30#define TEXT_SIZE       0x00100000
    3131/////////////////////////////////////////////////////////////////
    3232//      global data segment (initialised)
     
    3434
    3535#define MC_M_BASE       0x10000000
    36 #define MC_M_SIZE       0x0000eb20
     36#define MC_M_SIZE       0x00100000
    3737
    38 /////////////////////////////////////////////////////////////////
    39 //      page table (initialised)
    40 /////////////////////////////////////////////////////////////////
    41 #define PTD_ADDR        0x40400000
    42 #define PTE_ADDR        0x40402000
    43 #define IPTE_ADDR       0x40403000
    44 #define TAB_SIZE        0x00010000
    45 
    46 #define V_TTY_BASE      0x00800000
    47 #define V_TIMER_BASE    0x00C00000      // timer virtual address
    4838//////////////////////////////////////////////////////////
    4939//      System devices
Note: See TracChangeset for help on using the changeset viewer.