Browse Source

Working format.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
6ca5e85a3b
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      src/config.h

+ 5
- 6
src/config.h View File

2
  * This file defines the configuration for Etherboot.
2
  * This file defines the configuration for Etherboot.
3
  *
3
  *
4
  * The build system splits this file into several individual header
4
  * The build system splits this file into several individual header
5
- * files, so that changing one option doesn't necessitate a rebuild of
6
- * every single object.  For this reason, it is important to maintain
7
- * the strict formatting in this file.
5
+ * files of the form config/%.h, so that changing one option doesn't
6
+ * necessitate a rebuild of every single object.  For this reason, it
7
+ * is important to maintain the strict formatting in this file.
8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
-/* BEGIN config_serial.h
11
+/* @BEGIN serial.h
12
  *
12
  *
13
  * Serial port configuration
13
  * Serial port configuration
14
  *
14
  *
32
 #define COMSTOP		1		/* Stop bits */
32
 #define COMSTOP		1		/* Stop bits */
33
 #endif
33
 #endif
34
 
34
 
35
-/* END config_serial.h */
36
-
35
+/* @END serial.h */

Loading…
Cancel
Save