Lines Matching refs:kernel
6 The kernel startup process consists of the assembly startup and C language startup, as shown in **F…
12 …kernel initialization and architecture- and board-level initialization. The kernel startup framewo…
16 
29 …e modules on which they depend.<br>Example: initialization of the driver kernel abstraction layer …
30 …_BASIC | Initialization of the kernel basic modules.<br>Initialize the basic modules that can be d…
31 …DED | Initialization of the kernel extended modules.<br>Initialize the extended modules that can b…
32 | LOS_INIT_LEVEL_KMOD_TASK | Kernel task creation.<br>Create kernel tasks (kernel tasks and softwar…
33 | LOS_INIT_LEVEL_FINISH | Complete of the kernel initialization.|
40 …kernel module and register the initialization function of the module to the kernel startup process…
42 You can compile and verify the sample code in **kernel/liteos_a/testsuites/kernel/src/osTest.c**.
47 /* Header file of the kernel startup framework */
56 /* Register the new module at the target level of the kernel startup framework. */
74 According to the information displayed during the system startup, the kernel calls the initializati…
81 …kernel.*** segment of the **OHOS_Image.map** file generated after the build is complete, so as to …