Ignore:
Timestamp:
Feb 8, 2015, 9:46:25 PM (9 years ago)
Author:
alain
Message:

Introduce the distributed kernel heap vsegs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_leti/top.cpp

    r937 r939  
    604604#endif
    605605
    606    loader.memory_default(0xAA);
     606   loader.memory_default(0x55);
    607607
    608608   typedef soclib::common::GdbServer<soclib::common::Mips32ElIss> proc_iss;
     
    11331133
    11341134        // Monitor a specific address for L2 cache
    1135         // clusters[1][1]->memc->cache_monitor(0x200000F000ULL);
     1135        // clusters[0][0]->memc->cache_monitor( 0x0000201E00ULL );
    11361136
    11371137        // Monitor a specific address for one XRAM
    1138         // clusters[0][0]->xram->start_monitor( 0x200000F00ULL , 64);
     1138        // clusters[0][0]->xram->start_monitor( 0x0000201E00ULL , 64);
    11391139
    11401140        // stats display
Note: See TracChangeset for help on using the changeset viewer.