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/multiboot.c

    r7943c43 r32817cc  
    7777                        break;
    7878               
    79                 init.tasks[init.cnt].addr = PA2KA(mods[i].start);
     79                init.tasks[init.cnt].paddr = mods[i].start;
    8080                init.tasks[init.cnt].size = mods[i].end - mods[i].start;
    8181               
Note: See TracChangeset for help on using the changeset viewer.