Changeset 880de6e in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2005-11-28T16:12:35Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ff4f6b
Parents:
5803145
Message:

Clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    r5803145 r880de6e  
    7777context_t ctx;
    7878
    79 /*
    80  * These 'hardcoded' variables will be intialised by
     79/**
     80 * These 'hardcoded' variables will be intialized by
    8181 * the linker or the low level assembler code with
    8282 * appropriate sizes and addresses.
     
    8989size_t init_size = 0;
    9090
    91 /*
     91/**
    9292 * Size of memory in bytes taken by kernel and heap.
    9393 */
    9494static size_t kernel_size;
    9595
    96 /*
     96/**
    9797 * Size of heap.
    9898 */
     
    100100
    101101
    102 /*
     102/**
    103103 * Extra space between heap and stack
    104104 * enforced by alignment requirements.
Note: See TracChangeset for help on using the changeset viewer.