提交 d1f179bc 编写于 作者: O openharmony_ci 提交者: Gitee

!749 修改linux内核移植低错

Merge pull request !749 from duangavin123/master
......@@ -49,6 +49,7 @@ repo init -u https://gitee.com/openharmony-sig/manifest.git -b master -m devboar
- [平台驱动移植](porting-smallchip-driver-plat.md)
- [器件驱动移植](porting-smallchip-driver-oom.md)
- [标准系统移植指南](standard-system-porting-guide.md)
- [一种快速移植OpenHarmony Linux内核的方法](porting-linux-kernel.md)
# 三方库移植
......
......@@ -4,7 +4,7 @@
- [移植到三方芯片平台的整体思路](#移植到三方芯片平台的整体思路)
- [内核态层和用户态层](#内核态层和用户态层)
- [获得内核态层的两种方法](#获得内核态层的两种方法)
- [借助已有Linux内核来移植OpenHarmony的流程](#借助已有Linux内核来移植OpenHarmony的流程)
- [借助已有Linux内核来移植OpenHarmony的流程](#section1233187263176)
- [移植到三方芯片平台的步骤](#移植到三方芯片平台的步骤)
- [整体构建环境的准备](#整体构建环境的准备)
- [内核态基础代码的移植](#内核态基础代码的移植)
......@@ -65,7 +65,7 @@ OH 内核态层 = OH Linux内核 + OH内核态特性(可选特性或者必选
当前方法二中OH Linux内核支持的三方芯片平台还不够丰富。为了能够响应三方开发者快速移植OpenHarmony的要求,下文会着重介绍方法一,即借助三方已有的Linux内核,来快速移植OpenHarmony。
### 借助已有Linux内核来移植OpenHarmony的流程
### 借助已有Linux内核来移植OpenHarmony的流程<a name="section1233187263176"></a>
整个移植流程可以分为三步:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册