Ignore:
Timestamp:
Jul 22, 2015, 12:57:58 PM (9 years ago)
Author:
alain
Message:

Introduce the "exec" and "kill" commands in the shell application.

File:
1 edited

Legend:

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

    r610 r643  
    3333
    3434    # create vspace
    35     vspace = mapping.addVspace( name = 'shell', startname = 'shell_data' )
     35    vspace = mapping.addVspace( name = 'shell', startname = 'shell_data' , active = True )
    3636   
    3737    # data vseg
Note: See TracChangeset for help on using the changeset viewer.