Changeset a55f97f in mainline for src/main/main.c


Ignore:
Timestamp:
2005-07-21T14:27:13Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5e3d1da
Parents:
f7a13b9
Message:

Memory size detection for ia32 completed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    rf7a13b9 ra55f97f  
    4848#include <smp/smp.h>
    4949
     50#include <arch/mm/memory_init.h>
    5051#include <mm/frame.h>
    5152#include <mm/page.h>
     
    99100
    100101        config.base = hardcoded_load_address;
    101         config.memory_size = CONFIG_MEMORY_SIZE;
     102        config.memory_size = get_memory_size();
    102103        config.kernel_size = hardcoded_ktext_size + hardcoded_kdata_size + CONFIG_HEAP_SIZE + CONFIG_STACK_SIZE;
    103104
Note: See TracChangeset for help on using the changeset viewer.