2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
10 static __initdata const char *config[] = {
14 static int __init print_config(char *line, int *add)
17 for (i = 0; i < sizeof(config)/sizeof(config[0]); i++)
18 printf("%s", config[i]);
22 __uml_setup("--showconfig", print_config,
24 " Prints the config file that this UML binary was generated from.\n\n"
28 * Overrides for Emacs so that we follow Linus's tabbing style.
29 * Emacs will notice this stuff at the end of the file and automatically
30 * adjust the settings for this buffer only. This must remain at the end
32 * ---------------------------------------------------------------------------
34 * c-file-style: "linux"