Changeset aa72859 in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2005-11-22T18:44:55Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db41406
Parents:
7453929
Message:

preparation for init task loading

File:
1 edited

Legend:

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

    r7453929 raa72859  
    8585size_t hardcoded_kdata_size = 0;
    8686
     87__address init_addr = 0;
     88size_t init_size = 0;
     89
    8790/*
    8891 * Size of memory in bytes taken by kernel and heap.
Note: See TracChangeset for help on using the changeset viewer.