david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Working format.

This commit is contained in:
Michael Brown 2005-04-17 16:01:13 +00:00
parent b5ee3763c6
commit 6ca5e85a3b
1 changed files with 5 additions and 6 deletions

View File

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