-
- Downloads
boot: allocate rootserver objects last
This change allows us to know, from just the kernel and dtb, where user level untyped objects start being allocated from. - allocate rootserver objects from last available freemem region. - move create_rootserver_objects call into init_freemem.
Showing
- include/kernel/boot.h 4 additions, 4 deletionsinclude/kernel/boot.h
- src/arch/arm/kernel/boot.c 2 additions, 9 deletionssrc/arch/arm/kernel/boot.c
- src/arch/riscv/kernel/boot.c 2 additions, 3 deletionssrc/arch/riscv/kernel/boot.c
- src/arch/x86/kernel/boot.c 2 additions, 3 deletionssrc/arch/x86/kernel/boot.c
- src/kernel/boot.c 42 additions, 10 deletionssrc/kernel/boot.c
Please register or sign in to comment