kernel: msg: implement asynchronous event messages
This commit is contained in:
@@ -78,6 +78,7 @@ void kernel_init(uintptr_t arg)
|
||||
|
||||
port_type_init();
|
||||
channel_type_init();
|
||||
msg_init();
|
||||
|
||||
struct boot_module bsp_image = {0};
|
||||
bsp_get_location(&bsp_image);
|
||||
|
||||
Reference in New Issue
Block a user