From a71f316ff0178a8f5b20dc76001a22e7537f32ed Mon Sep 17 00:00:00 2001 From: lihao Date: Tue, 16 Mar 2021 16:17:53 +0800 Subject: [PATCH] Description:update ReadME.md Team:OTHERS Feature or Bugfix:Bugfix Binary Source:NA PrivateCode(Yes/No):Yes Change-Id: Ida5ba9464d03d47068fb67cb5851b6dc0465ebca ChangeID:13291505 --- en/readme/kernel.md | 22 +++++++++++-------- ...70\345\255\220\347\263\273\347\273\237.md" | 14 +++++++----- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/en/readme/kernel.md b/en/readme/kernel.md index 6270e4d178..5ecb1cf59f 100755 --- a/en/readme/kernel.md +++ b/en/readme/kernel.md @@ -1,18 +1,18 @@ # Kernel -- [Overview](#section12995104752113) +- [Introduction](#section12995104752113) - [Directory Structure](#section1121775732114) - [Constraints](#section1967115154223) - [Usage](#section1821123352217) - [Repositories Involved](#section2392425183215) -## Overview +## Introduction The OpenHarmony kernel is a real-time OS kernel developed for IoT devices. It is as lightweight as the real-time operating system \(RTOS\) and as easy-to-use as Linux. The OpenHarmony kernel provides basic kernel functions such as process and thread scheduling, memory management, inter-process communication \(IPC\) mechanism, and timer management. -The source code of the OpenHarmony kernel consists of two repositories: the **kernel\_liteos\_a** repository for standard devices and the **kernel\_liteos\_m** repository for tiny and mini devices. The following describes the **kernel\_liteos\_a** repository. [Figure1](#fig115631528152315) shows the architecture of the LiteOS Cortex-A kernel. +The source code of the OpenHarmony kernel consists of two repositories: the **kernel\_liteos\_a** repository for standard devices and the **kernel\_liteos\_m** repository for tiny and mini devices. The following describes the **kernel\_liteos\_a** repository. [Figure1](#fig115631528152315) shows the architecture of the OpenHarmony LiteOS Cortex-A kernel. **Figure 1** Architecture of the OpenHarmony LiteOS Cortex-A kernel ![](figures/architecture-of-the-openharmony-liteos-cortex-a-kernel.png "architecture-of-the-openharmony-liteos-cortex-a-kernel") @@ -61,19 +61,23 @@ The source code of the OpenHarmony kernel consists of two repositories: the **k ## Constraints -Hi3518E V300 uses the JFFS2 file system by default, and Hi3516D V300 uses the VFAT file system by default. If other file systems need to be used, the configurations of the file systems must be added accordingly. +Hi3518E V300 uses the JFFS2 file system by default, and Hi3516D V300 uses the FAT file system by default. If other file systems need to be used, their configurations must be added accordingly. ## Usage -For details, see the **Usage** section of _LiteOS Cortex-A_ and _LiteOS Cortex-M_ +For details, see the **Usage** section of [LiteOS Cortex-A](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README.md) and [LiteOS Cortex-M](https://gitee.com/openharmony/kernel_liteos_m/blob/master/README.md). ## Repositories Involved -Kernel subsystem +**Kernel subsystem** -drivers\_liteos +[drivers\_liteos](https://gitee.com/openharmony/drivers_liteos/blob/master/README.md) -kernel\_liteos\_a +[kernel\_liteos\_a](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README.md) -kernel\_liteos\_m +[kernel\_liteos\_m](https://gitee.com/openharmony/kernel_liteos_m/blob/master/README.md) + +[device\_qemu](https://gitee.com/openharmony/device_qemu/blob/master/README.md) + +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README.md) diff --git "a/zh-cn/readme/\345\206\205\346\240\270\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\206\205\346\240\270\345\255\220\347\263\273\347\273\237.md" index 030101eadc..3cd0184a09 100644 --- "a/zh-cn/readme/\345\206\205\346\240\270\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\206\205\346\240\270\345\255\220\347\263\273\347\273\237.md" @@ -65,15 +65,19 @@ Hi3518EV300默认使用jffs2文件系统,Hi3516DV300默认使用FAT文件系 ## 使用 -参见LiteOS-A内核README和LiteOS-M内核README的“使用说明”章节。 +参见LiteOS-A内核[README](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README_zh.md)和LiteOS-M内核[README](https://gitee.com/openharmony/kernel_liteos_m/blob/master/README_zh.md)的“使用说明”章节。 ## 相关仓 -内核子系统 +**内核子系统** -drivers\_liteos +[drivers\_liteos](https://gitee.com/openharmony/drivers_liteos/blob/master/README_zh.md) -kernel\_liteos\_a +[kernel\_liteos\_a](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README_zh.md) -kernel\_liteos\_m +[kernel\_liteos\_m](https://gitee.com/openharmony/kernel_liteos_m/blob/master/README_zh.md) + +[device\_qemu](https://gitee.com/openharmony/device_qemu/blob/master/README_zh.md) + +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README_zh.md) -- GitLab