Lines Matching refs:kernel

6 …ocation, are handled by a module at the core of the OS. This module is called the kernel of the OS.
11 …s underlying hardware resources. Located at a lower layer of the OS, the kernel provides concurren…
20 There are many kernels in the industry. However, each kernel must have the basic units that provide…
32kernel subsystem is located at the lower layer of OpenHarmony. Since OpenHarmony is oriented to de…
70kernel designed for the IoT field. It features small footprint, low power consumption, and high pe…
72 The LiteOS-M kernel is divided into the hardware layer and hardware-irrelevant layers. The hardware…
76 ![](figures/Liteos-m-architecture.png "kernel-architecture")
81 For details about how to use LiteOS-M, see "Usage" in LiteOS-M [Kernel Overview](kernel-mini-overvi…
89 The LiteOS-A kernel applies to the small system. It fits into devices with memory greater than or e…
91 To keep pace with the rapid development of the IoT industry, the OpenHarmony lightweight kernel is …
93 - Diversified kernel mechanisms
94 …ter-Process Communication (IPC), and Discretionary Access Control (DAC) enrich kernel capabilities.
105 - Decoupling between the kernel and hardware
107 …A is highly decoupled from the hardware. New boards can be added without modifying the kernel code.
109 **Figure 4** LiteOS-A kernel architecture
116 For details about how to use LiteOS-A, see "Usage" in LiteOS-A [Kernel Overview](kernel-small-overv…
124kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patches and OpenHa…
126 …on about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
128 …on about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
130 …, you can merge the driver code based on the chip platform and build the kernel image. All patches…
135 …p (ESwap), related thread group (RTG), and lightweight CPU isolation features for the Linux kernel.
139 …ges compressed by [zram](https://gitee.com/link?target=https%3A%2F%2Fwww.kernel.org%2Fdoc%2Fhtml%2…
143 … be set to allow the important threads to run on the optimal CPU and the kernel to select a proper…
147 …namic CPU isolation based on the system load and user configuration. The kernel migrates the tasks…
154 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel
164 …th and naming rules for the patches of the chip component in **kernel.mk** in the **kernel/linux/b…
167 … DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
173 … based on the path and naming rules of the chip component in **kernel.mk** in the **kernel/linux/b…
176 …KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}DEFCONFIG_FILE := $(…
182 …nstalled after "kernel/linux/linux-\*.\*" is copied. Before using the version-level build command …
184 … is complete, the kernel is generated in the kernel directory in the **out** directory. Modify the…