函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\main.c Create Date:2022-07-27 15:15:58
Last Modify:2022-05-23 13:07:03 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Ok, the machine is now initialized. None of the devices* have been touched yet, but the CPU subsystem is up and* running, and memory and process management works.* Now we can finally start doing some real work..

函数原型:static void __init do_basic_setup(void)

返回类型:void

参数:

1027  cpuset_init_smp()
1028  driver_init()
1029  init_irq_proc()
1030  Call all constructor functions linked into the kernel.
1031  usermodehelper_enable()
1032  do_initcalls()
调用者
名称描述
kernel_init_freeable