bootstrap: update channel creation

This commit is contained in:
2026-02-26 20:51:19 +00:00
parent 598bdb1410
commit 4be6f231e6

View File

@@ -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;