Ignore:
Timestamp:
Jul 27, 2015, 8:40:45 PM (9 years ago)
Author:
alain
Message:

Introduce support for the "shared" argument in the giet_tty_alloc() system call,
and replace the giet_shr_printf() system call by giet_tty_printf().

File:
1 edited

Legend:

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

    r610 r669  
    4949
    5050    # create vspace
    51     vspace = mapping.addVspace( name = 'gol', startname = 'gol_data' )
     51    vspace = mapping.addVspace( name = 'gameoflife', startname = 'gol_data', active = False )
    5252   
    5353    # data vseg : shared (only in cluster[0,0])
Note: See TracChangeset for help on using the changeset viewer.