I am new to the linux, for function static int __init console_setup(char *str), it will return int, function name is console_setup, but what is _init meaning here? I tried to google, but no answer. THX
I am new to the linux, for function static int __init console_setup(char *str), it
Share
It’s defined and described in
include/linux/init.h.