Ignore:
Timestamp:
Feb 17, 2016, 4:12:02 PM (9 years ago)
Author:
meunier
Message:
  • Added function realloc
  • Started to put the bootloader on 2 Big Pages (warning: does not work yet)
  • Fixed errors in the rosenfeld application
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/vmem.c

    r758 r791  
    129129    unsigned int    ix1 = vpn >> 9;         // 11 bits for ix1
    130130
     131    //_printf("\n[GIET INFO] %s: mapping vaddr %x to paddr %l\n", __func__, (vpn << 12), (unsigned long long int) (ppn << 12));
    131132    // get PT1 physical base address
    132133    paddr_t  pt1_base = _ptabs_paddr[vspace_id][x][y];
Note: See TracChangeset for help on using the changeset viewer.