support ipc.

This commit is contained in:
zhangzheng
2023-08-29 16:16:25 +08:00
parent 24ed049af7
commit 3b1171fca8
36 changed files with 830 additions and 118 deletions

View File

@@ -29,6 +29,7 @@ int task_alloc_base_ram(task_t *tk, ram_limit_t *lim, size_t size)
return -ENOMEM;
}
mm_space_set_ram_block(&tk->mm_space, ram, size);
printk("task alloc size is %d, base is 0x%x\n", size, ram);
return 0;
}