struct kernel_param *p;
p = &__setup_start ;
I who creates __setup_start? I saw in arch/i386/vmlinux.lds (linker script) the following
__setup_start = .; .setup.init : { *(.setup.init) } __setup_end = .;
I coudl not make much out of this. Any pointers/explanations?
Regards, om.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/