Переглянути джерело

Removed obsolete print_config()

tags/v0.9.3
Michael Brown 18 роки тому
джерело
коміт
dbf3482ef5
1 змінених файлів з 0 додано та 61 видалено
  1. 0
    61
      src/core/config.c

+ 0
- 61
src/core/config.c Переглянути файл

@@ -40,67 +40,6 @@
40 40
 #define BUILD_STRING ""
41 41
 #endif
42 42
 
43
-/*
44
- * Print out configuration
45
- *
46
- */
47
-void print_config ( void ) {
48
-	printf( "Etherboot " VERSION BUILD_STRING
49
-		" (GPL) http://etherboot.org\n"
50
-		"Drivers: " );
51
-	print_drivers();
52
-	printf( "  Images: " );
53
-	print_images();
54
-
55
-#ifdef PXE_EXPORT /* All possible exports */
56
-	printf ( "  Exports: PXE  " );
57
-#endif /* All possible exports */
58
-
59
-#if	(BOOTP_SERVER != 67) || (BOOTP_CLIENT != 68)
60
-	printf( "[DHCP ports %d and %d] ",
61
-		BOOTP_SERVER, BOOTP_CLIENT);
62
-#endif
63
-	putchar('\n');
64
-	printf( "Protocols: "
65
-#ifdef RARP_NOT_BOOTP
66
-		"RARP "
67
-#else
68
-# ifndef NO_DHCP_SUPPORT
69
-		"DHCP "
70
-# else
71
-		"BOOTP "
72
-# endif
73
-#endif
74
-#ifdef DOWNLOAD_PROTO_TFTP
75
-		"TFTP "
76
-#endif
77
-#ifdef  DOWNLOAD_PROTO_FSP
78
-		"FSP "
79
-#endif				
80
-#ifdef  DOWNLOAD_PROTO_NFS
81
-		"NFS "
82
-#endif
83
-#ifdef  DOWNLOAD_PROTO_SLAM
84
-		"SLAM "
85
-#endif
86
-#ifdef  DOWNLOAD_PROTO_TFTM
87
-		"TFTM "
88
-#endif
89
-#ifdef  DOWNLOAD_PROTO_HTTP
90
-		"HTTP "
91
-#endif
92
-#ifdef  PROTO_LACP
93
-		"LACP "
94
-#endif
95
-#ifdef DNS_RESOLVER
96
-		"DNS "
97
-#endif
98
-		"\n");
99
-#ifdef KEEP_IT_REAL
100
-	printf( "Keeping It Real [EXPERIMENTAL]\n" );
101
-#endif
102
-}
103
-
104 43
 /*
105 44
  * Drag in all requested console types
106 45
  *

Завантаження…
Відмінити
Зберегти