david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[Timers] Do not enable serial console by default; this change should not

be propagated to master.
This commit is contained in:
Michael Brown 2008-03-02 02:32:12 +00:00
parent 1935439f86
commit 3dd897f986
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
#define CONSOLE_FIRMWARE /* Default BIOS console */
#define CONSOLE_SERIAL /* Serial port */
#undef CONSOLE_SERIAL /* Serial port */
#undef CONSOLE_DIRECT_VGA /* Direct access to VGA card */
#undef CONSOLE_BTEXT /* Who knows what this does? */
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */