Ignore:
Timestamp:
Dec 10, 2015, 1:38:43 PM (8 years ago)
Author:
alain
Message:

Remove the seg_kernel_init vseg: All the kernel code is now packed
in one single seg_kernel_code vseg. The entry point for the _kernel_init()
function (from the boot code is now at vaddr = 0x80000000.
The goal is to use only one BPP per cluster for the replicated kernel code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r732 r742  
    19521952
    19531953    // Each processor get kernel entry virtual address
    1954     unsigned int kernel_entry = (unsigned int)&kernel_init_vbase;
     1954    unsigned int kernel_entry = 0x80000000;
    19551955
    19561956#if BOOT_DEBUG_ELF
Note: See TracChangeset for help on using the changeset viewer.