Changeset 610 for soft/giet_vm/applications/shell/shell.py
- Timestamp:
- Jul 14, 2015, 5:02:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/shell.py
r589 r610 38 38 mapping.addVseg( vspace, 'shell_data', data_base , data_size, 39 39 'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM', 40 binpath = 'b uild/shell/appli.elf',40 binpath = 'bin/shell/appli.elf', 41 41 local = False ) 42 42 … … 44 44 mapping.addVseg( vspace, 'shell_code', code_base , code_size, 45 45 'CXWU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM', 46 binpath = 'b uild/shell/appli.elf',46 binpath = 'bin/shell/appli.elf', 47 47 local = False ) 48 48
Note: See TracChangeset
for help on using the changeset viewer.