Changeset ef9a2a8 in mainline for boot/arch/sparc32/src/main.c


Ignore:
Timestamp:
2013-09-15T19:23:19Z (11 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3efc35a
Parents:
b6b02c0
Message:

Introduce early MMU support in kernel. At current state, it
is possible to create initial kernel address space, map kernel
identity into it and take over MMU control. ASID FIFO support
should also work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc32/src/main.c

    rb6b02c0 ref9a2a8  
    120120
    121121        printf("Booting the kernel ... \n");
    122         jump_to_kernel((void *) PA2KA(BOOT_OFFSET));
     122        jump_to_kernel((void *) PA2KA(BOOT_OFFSET), &bootinfo);
    123123}
    124124
Note: See TracChangeset for help on using the changeset viewer.