Lines Matching refs:kernel
5 …kernel is a next-generation kernel that evolved from the kernel of Huawei LiteOS, a lightweight Io…
8 …t applies to the LiteOS-A kernel. For details about operations related to the Linux kernel, see […
10 To keep pace with the rapid development of the IoT industry, the OpenHarmony lightweight kernel is …
12 - Diversified kernel mechanisms
14 …on \(IPC\), and Discretionary Access Control \(DAC\) are added to enrich kernel capabilities. To i…
22 …The kernel supports more Portable Operating System Interface \(POSIX\) APIs, which facilitate soft…
24 - Decoupling between the kernel and hardware
26 …The lightweight kernel is highly decoupled from the hardware. New board can be added without modif…
31 …kernel consists of the basic kernel, extended components, HDF, and POSIX APIs. Different from the …
33 **Figure 1** Architecture of the OpenHarmony LiteOS-A kernel<a name="fig10235830103519"></a>
34 
36 - The basic kernel implements basic kernel mechanisms, such as scheduling, memory management, and…
43 The basic kernel implements the following mechanisms:
48 - Virtual memory: supports static mapping of the kernel space to 0-1 GiB addresses, and mapping o…
79 - Multi-kernel platform
89 Extended components provide optional but important mechanism for extending kernel functions.
98 /kernel/liteos_a
119 ├── kernel # Kernel modules including the process, memory, and IPC modules
120 │ ├── base # Basic kernel modules including the scheduling and memory modules
121 │ ├── common # Common components used by the kernel
122 │ ├── extended # Extended kernel modules including the dynamic loading, vDSO, and LiteI…
164 [Kernel subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/kernel.md)
168 [kernel\_liteos\_a](https://gitee.com/openharmony/kernel_liteos_a/blob/master/README.md)