Lines Matching refs:kernel

40 The OpenHarmony LiteOS kernel is a real-time OS kernel developed for IoT devices. It is as lightwei…
42 The OpenHarmony LiteOS kernel provides basic functions, such as process and thread scheduling, mem…
44kernel\\_liteos\\_a** and **kernel\\_liteos\\_m** repositories. The **kernel\\…
46 **Figure 1** OpenHarmony LiteOS-A kernel architecture <a name="fig225412228353"></a>
47 ![](figures/architecture-of-the-openharmony-liteos-cortex-a-kernel.png "OpenHarmony-LiteOS-A Kernel…
51kernel LTS 4.19.y, 5.10.y and 6.6.y, the OpenHarmony Linux kernel has incorporated CVE patches and…
53 …on about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
55 …on about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
57 …ion about Linux LTS 6.6.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
59 …, you can merge the driver code based on the chip platform and build the kernel image. All patches…
64 kernel/
66 │ ├── linux-4.19 # OpenHarmony linux-4.19 common kernel
67 │ ├── linux-5.10 # OpenHarmony linux-5.10 common kernel
68 │ ├── linux-6.6 # OpenHarmony linux-6.6 common kernel
71 │ │ ├── kernel.mk # Kernel build file
85 │ │ │   ├── kernel.patch # linux-5.10 rk3568 SOC patches
89 │ │    ├── kernel.patch # linux-6.6 rk3568 SOC patches
98 …│ ├── small_common_defconfig # Common defconfig of the small-system kernel
99 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
106 … ├── small_common_defconfig # Common defconfig of the small-system kernel
107 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
108 └── liteos_a # Baseline code of the LiteOS kernel
129 ├── kernel # Kernel modules including the process, memory, and IPC modules
130 │ ├── base # Basic kernel modules, including the scheduling and memory modules
131 │ ├── common # Common components of the kernel
132 …│ ├── extended # Extended kernel modules, including the dynamic loading, vDSO, and Lit…
163 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel
173 …th and naming rules for the patches of the chip component in **kernel.mk** in the **kernel/linux/b…
176 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
182 … based on the path and naming rules of the chip component in **kernel.mk** in the **kernel/linux/b…
185 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
191 …alled after **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command …
193 …>The kernel built is generated in the **kernel** directory under the **out** directory. Modify the…
199 Perform a full build for the project to generate the **uImage** kernel image.
203 --gn-args linux_kernel_version="linux-5.10" # Build the specified kernel version.
214 [kernel\_liteos\_a](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README.md)
216 [kernel\_liteos\_m](https://gitee.com/openharmony/kernel_liteos_m/blob/master/README.md)
222 [kernel\_linux\_patches](https://gitee.com/openharmony/kernel_linux_patches/blob/master/README.md)
224 [kernel\_linux\_config](https://gitee.com/openharmony/kernel_linux_config/blob/master/README.md)
226 [kernel\_linux\_build](https://gitee.com/openharmony/kernel_linux_build/blob/master/README.md)
228 [kernel\_linux\_5.10](https://gitee.com/openharmony/kernel_linux_5.10/blob/master/README)
230 [kernel\_linux\_6.6](https://gitee.com/openharmony/kernel_linux_6.6/blob/master/README)