bootstrap: update channel creation
This commit is contained in:
@@ -115,7 +115,7 @@ int main(
|
|||||||
};
|
};
|
||||||
|
|
||||||
kern_handle_t channel;
|
kern_handle_t channel;
|
||||||
channel_create(0, 0, &channel);
|
channel_create(0, &channel);
|
||||||
|
|
||||||
launch_ctx_init(&launch);
|
launch_ctx_init(&launch);
|
||||||
launch.ctx_resolve_library = resolve_dependency;
|
launch.ctx_resolve_library = resolve_dependency;
|
||||||
|
|||||||
Reference in New Issue
Block a user