kernel: msg: implement asynchronous event messages

This commit is contained in:
2026-03-24 18:32:33 +00:00
parent 110f625f04
commit 89d02c72ee
7 changed files with 178 additions and 56 deletions

View File

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