History log of /seL4-camkes-master/tools/rumprun/platform/sel4/main.c
Revision Date Author Comments
# 0dfe5f45 21-Sep-2020 Curtis Millar <curtis.millar@data61.csiro.au>

Add constructor to set up heap before libc

The dynamic heap used by rumprun apps needs to be configured before libc
is initialised. The dynamic heap also depends on malloc, so it needs to
run after the vsyscall function has been configured.

Signed-off-by: Curtis Millar <curtis.millar@data61.csiro.au>


# 4bbc7855 22-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

rumprun: include configs

since global autoconf is removed, we need to manually add
back the kernel config and rumprun_Config


# bc2cab6b 14-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: name threads + minor style fixes


# 00f4f72c 03-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: run astyle over project


# fa9ed23d 18-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add CAmkES support