Changeset 791 for soft/giet_vm/giet_boot


Ignore:
Timestamp:
Feb 17, 2016, 4:12:02 PM (8 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_boot/boot.c

    r757 r791  
    714714
    715715////////////////////////////////////////////////////////////////////////////////
    716 // This function should be executed by P[0][0][0] only. It complete the
     716// This function should be executed by P[0][0][0] only. It completes the
    717717// page table initialisation, taking care of all global vsegs that are
    718718// not mapped in a cluster containing a processor, and have not been
     
    12161216
    12171217#if BOOT_DEBUG_MAPPING
    1218 _printf("\n[BOOT DEBUG] boot_mapin_init() : enter\n");
     1218_printf("\n[BOOT DEBUG] boot_mapping_init() : enter\n");
    12191219#endif
    12201220
Note: See TracChangeset for help on using the changeset viewer.