From: John Tsiombikas Date: Thu, 7 Jun 2018 03:33:03 +0000 (+0300) Subject: the serial output seems to hang one computer I tried. need to debug later. disabling... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=commitdiff_plain;h=934e4015b310006b5f0722d9f1e12634dfabaa96 the serial output seems to hang one computer I tried. need to debug later. disabling it for now. --- diff --git a/src/config.h b/src/config.h index 58a6147..be99bf7 100644 --- a/src/config.h +++ b/src/config.h @@ -22,6 +22,6 @@ along with this program. If not, see . #define TICK_FREQ_HZ 250 #define CON_TEXTMODE -#define CON_SERIAL +#undef CON_SERIAL #endif /* PCBOOT_CONFIG_H_ */