Ignore:
Timestamp:
Jul 22, 2015, 1:00:45 PM (9 years ago)
Author:
alain
Message:

Introduce support for the "active" field in display.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/display/display.py

    r610 r644  
    3333
    3434    # create vspace
    35     vspace = mapping.addVspace( name = 'display', startname = 'disp_data' )
     35    vspace = mapping.addVspace( name = 'display', startname = 'disp_data', active = False )
    3636   
    3737    # data vseg
     
    5858
    5959    # task
    60     mapping.addTask( vspace, 'disp', 0, 0, 0, 0, 'disp_stack', 'disp_heap', 0 )
     60    mapping.addTask( vspace, 'disp', 0, 0, 0, 1, 'disp_stack', 'disp_heap', 0 )
    6161
    6262    # extend mapping name
Note: See TracChangeset for help on using the changeset viewer.