浏览代码

Working format.

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
6ca5e85a3b
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. 5
    6
      src/config.h

+ 5
- 6
src/config.h 查看文件

@@ -2,13 +2,13 @@
2 2
  * This file defines the configuration for Etherboot.
3 3
  *
4 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 13
  * Serial port configuration
14 14
  *
@@ -32,5 +32,4 @@
32 32
 #define COMSTOP		1		/* Stop bits */
33 33
 #endif
34 34
 
35
-/* END config_serial.h */
36
-
35
+/* @END serial.h */

正在加载...
取消
保存