From 1322b7640ca26df79f4a66609de101f79ed712ec Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 15 Mar 2021 21:24:01 +0800 Subject: [PATCH] update OpenHarmony-Overview.md. --- OpenHarmony-Overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenHarmony-Overview.md b/OpenHarmony-Overview.md index 91c9f02cd4..587bf6595b 100644 --- a/OpenHarmony-Overview.md +++ b/OpenHarmony-Overview.md @@ -23,7 +23,6 @@ Unlike traditional OSs, which are limited to a specific type of device, OpenHarm OpenHarmony is designed with a layered architecture, which from bottom to top, consists of the kernel layer, system service layer, framework layer, and application layer. System functions are expanded by levels, from system to subsystem, and further to function/module. In multi-device deployment scenario, unnecessary subsystems, functions, or modules can be excluded from the system as required. The following figure shows the technical architecture of OpenHarmony. ![](https://gitee.com/mibo_com/docs/blob/master/en/readme/figures/1-en.png) -![](https://gitee.com/openharmony/docs/raw/master/zh-cn/readme/figures/1.png) **Kernel Layer** -- GitLab