From 15793f827ce45b0d34c5da7481c072a8532c707b Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Tue, 15 Sep 2020 10:57:55 +0800 Subject: [PATCH] =?UTF-8?q?!82=20=E6=9B=B4=E6=96=B0=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E5=AD=90=E7=B3=BB=E7=BB=9F=E7=9A=84=E8=8B=B1=E6=96=87README=20?= =?UTF-8?q?*=20Description:=20update=20kernel=20subsystem=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-en/readme/kernel-subsystem.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/docs-en/readme/kernel-subsystem.md b/docs-en/readme/kernel-subsystem.md index 032eef563c..eef0aba845 100755 --- a/docs-en/readme/kernel-subsystem.md +++ b/docs-en/readme/kernel-subsystem.md @@ -4,11 +4,13 @@ The OpenHarmony kernel is a real-time OS kernel developed by Huawei for IoT devices. It is as lightweight as RTOS and as easy-to-use as Linux. -The kernel repository is used to store the source code of the OpenHarmony kernel components, including process and thread scheduling, memory management, IPC mechanism, and timer management, as well as the version package compilation information. +The OpenHarmony kernel includes basic kernel functions such as process and thread scheduling, memory management, IPC mechanism, and timer management. + +The source code of the OpenHarmony kernel consists of two repositories: the [`kernel_liteos_a`](https://gitee.com/openharmony/kernel_liteos_a) repository for Cortex-A processors and the [`kernel_liteos_m`](https://gitee.com/openharmony/kernel_liteos_m) repository for Cortex-M processors. The directory structures of the two repositories are similar. The following describes the directory structure of kernel_liteos_a. ## Directory Structure -**Table 1** Directory structure of the OpenHarmony lightweight kernel source code +**Table 1** Directory structure of the OpenHarmony kernel source code - - - - @@ -87,7 +84,7 @@ The kernel repository is used to store the source code of the OpenHarmony kernel ## Constraints -By default, the JFFS2 file system is used during system startup. This file system is read-write. If other file systems need to be used, the configurations of the file systems must be added accordingly. +Hi3518EV300 uses the JFFS2 file system by default, and Hi3516DV300 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. ## Usage @@ -95,11 +92,11 @@ For details, see [Kernel Usage Guidelines](../kernel/Readme-EN.md). ## Repositories Involved -drivers\_liteos +[drivers_liteos](https://gitee.com/openharmony/drivers_liteos) -kernel\_liteos\_a +[kernel_liteos_a](https://gitee.com/openharmony/kernel_liteos_a) -kernel\_liteos\_a\_huawei\_proprietary\_fs\_proc +[kernel_liteos_a_huawei_proprietary_fs_proc](https://gitee.com/openharmony/kernel_liteos_a_huawei_proprietary_fs_proc) -kernel\_liteos\_m +[kernel_liteos_m](https://gitee.com/openharmony/kernel_liteos_m) -- GitLab

Directory

@@ -72,14 +74,9 @@ The kernel repository is used to store the source code of the OpenHarmony kernel

System calls

test

-

Kernel and user-space test cases

-

tools

Code related to compilation configuration and menuconfig

+

Building tool as well as related configuration and code