Add support for sending debug messages to a serial port.
[seabios.git] / src / post.c
index 64f42bb213228561ef53288395bf7112ab329712..36fc2e9d50ee8bede8fe0cb148ece5dd7b3271d0 100644 (file)
@@ -176,6 +176,9 @@ rom_scan(u32 start, u32 end)
 static void
 post()
 {
+    if (CONFIG_DEBUG_SERIAL)
+        debug_serial_setup();
+
     BX_INFO("Start bios\n");
 
     init_bda();