Hello. I want to read a variable static char *execute_command; defined in init/main.c because I want to use the value passed to 'init=' option. I think appending a line const char *ReadExecuteCommand(void) { return execute_command; } to init/main.c will make it possible, but is there a better way that needn't to modify init/main.c? Regards. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/