Ignore:
Timestamp:
Feb 7, 2016, 8:23:41 PM (8 years ago)
Author:
alain
Message:

1) Introduce the string library.
2) Introduce a heap in the shell application.

File:
1 edited

Legend:

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

    r768 r782  
    3232
    3333    heap_base  = 0x60000000
    34     heap_size  = 0x00001000     # 4 Kbytes
     34    heap_size  = 0x00040000     # 256 Kbytes
    3535
    3636    mmap_base  = 0x70000000
     
    5757                     local = False, big = True )
    5858
    59     # heap vseg (unused)           
     59    # heap vseg            
    6060    mapping.addVseg( vspace, 'shell_heap', heap_base, heap_size,
    6161                     'C_WU', vtype = 'BUFFER', x = xmap , y = ymap , pseg = 'RAM',
Note: See TracChangeset for help on using the changeset viewer.