From 4be6f231e6f0366ba31cba400f427b465cac6eea Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 26 Feb 2026 20:51:19 +0000 Subject: [PATCH] bootstrap: update channel creation --- sys/bootstrap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;