From 38f58df578c8a945f0f4d30922222d2e763ba275 Mon Sep 17 00:00:00 2001 From: CosyOS <12279611+cosyos@user.noreply.gitee.com> Date: Thu, 23 Feb 2023 06:46:13 +0000 Subject: [PATCH] update README.md. Signed-off-by: CosyOS <12279611+cosyos@user.noreply.gitee.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65a215f6..45ba55b4 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ CosyOS始创于2021年,并于2022年底完成kernel的第一个版本V1.0.0。 **CosyOS一步创建任务示例:** -| 任务名称 | 任务优先级 | 任务栈大小 | 安全运行时 | 私信 | -|------------|-------|----------|----------|-----------| -| demo1_task | 1级 | 128字节 | 0,无限长 | 0,无私信 | -| demo2_task | 2级 | 256字节 | 9个时间片 | 3个参数 | +| 任务名称 | 任务优先级 | 任务栈大小 | 安全运行时 | 私信 | +|------------|-------|-------|-------|-------| +| demo1_task | 1级 | 128字节 | 0,无限长 | 0,无私信 | +| demo2_task | 2级 | 256字节 | 9个时间片 | 3个参数 | 注:私信是CosyOS独创的一种任务间通讯方式,可用来实现信号、事件、消息等功能。