From 6b83cba8acfb53971a5be3f83e1db91e94b67ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=8E=E6=9D=8E=E6=9D=8E123456?= <2638729453@qq.com> Date: Wed, 1 Jul 2026 01:26:39 +0000 Subject: [PATCH] update README.md.fix: correct typo 'mutiple' to 'multiple' and fix missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正 README.md 中的拼写错误和格式问题 Signed-off-by: 李李李李123456 <2638729453@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e74826f4..d6ff16ba 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ This project aims to show how to write an **Unix-like OS** running on **RISC-V** * Platform supported: `qemu-system-riscv64` simulator or dev boards based on [Kendryte K210 SoC](https://canaan.io/product/kendryteai) such as [Maix Dock](https://www.seeedstudio.com/Sipeed-MAIX-Dock-p-4815.html) * OS - * concurrency of multiple processes each of which contains mutiple native threads - * preemptive scheduling(Round-Robin algorithm) + * concurrency of multiple processes each of which contains multiple native threads + * preemptive scheduling (Round-Robin algorithm) * dynamic memory management in kernel * virtual memory * a simple file system with a block cache -- Gitee