Hello,
Is there any way to define untyped size while creating process using library functions?
process_config_default_simple(simple_t *simple, const char *image_name, uint8_t prio)
sel4utils_configure_process_custom(sel4utils_process_t *process, vka_t *vka, vspace_t *spawner_vspace, sel4utils_process_config_t config)
The second question is how to initialize allocator (probably I should use bootstrap_use_current_1level, but how where should I get parameters?) in created process to support memory allocation operations?
Thank you,
Leonid