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"