Ignore:
Timestamp:
Jul 18, 2012, 4:59:19 PM (12 years ago)
Author:
karaoui
Message:

Adding BLOB type for vobj.
Don't forget to set as BLOB type the mapping_info vobj in the xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r170 r173  
    1212/* Debug parameters */
    1313
    14 #define BOOT_DEBUG_VIEW         0           /* display the mapping_info on system TTY */
    15 #define BOOT_DEBUG_PT           0           /* display the page tables after mapping */
    16 #define INIT_DEBUG_CTX          0           /* display the task contexts after mapping */
    17 #define GIET_DEBUG_SWITCH       0           /* Trace context switchs */
     14#define BOOT_DEBUG_VIEW         1           /* display the mapping_info on system TTY */
     15#define BOOT_DEBUG_PT           1           /* display the page tables after mapping */
     16#define INIT_DEBUG_CTX          1           /* display the task contexts after mapping */
     17#define GIET_DEBUG_SWITCH       1           /* Trace context switchs */
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.