the serial output seems to hang one computer I tried. need to debug later. disabling...
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Thu, 7 Jun 2018 03:33:03 +0000 (06:33 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Thu, 7 Jun 2018 03:33:03 +0000 (06:33 +0300)
src/config.h

index 58a6147..be99bf7 100644 (file)
@@ -22,6 +22,6 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #define TICK_FREQ_HZ           250
 
 #define CON_TEXTMODE
-#define CON_SERIAL
+#undef CON_SERIAL
 
 #endif /* PCBOOT_CONFIG_H_ */