Ignore:
Timestamp:
2012-01-25T22:59:35Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4dee0cb
Parents:
7943c43
Message:

Make the kernel ready for init tasks loaded to high memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/multiboot/multiboot2.c

    r7943c43 r32817cc  
    4545{
    4646        if (init.cnt < CONFIG_INIT_TASKS) {
    47                 init.tasks[init.cnt].addr = PA2KA(module->start);
     47                init.tasks[init.cnt].paddr = module->start;
    4848                init.tasks[init.cnt].size = module->end - module->start;
    4949                multiboot_extract_command(init.tasks[init.cnt].name,
Note: See TracChangeset for help on using the changeset viewer.