diff --git a/sys/bootstrap/main.c b/sys/bootstrap/main.c index 751c5ed..b3ffb77 100644 --- a/sys/bootstrap/main.c +++ b/sys/bootstrap/main.c @@ -115,7 +115,7 @@ int main( }; kern_handle_t channel; - channel_create(0, 0, &channel); + channel_create(0, &channel); launch_ctx_init(&launch); launch.ctx_resolve_library = resolve_dependency;