Always use COM1. Bender does not work well with SOL solutions.

This commit is contained in:
Michael Mueller
2022-08-10 16:21:51 +02:00
parent 99286e0c5c
commit 5b44b54065

View File

@@ -22,7 +22,7 @@ void Genode::Core_log::out(char const c)
{
enum { CLOCK = 0, BAUDRATE = 115200 };
static X86_uart uart(Bios_data_area::singleton()->serial_port(),
static X86_uart uart(0x3f8/*Bios_data_area::singleton()->serial_port()*/,
CLOCK, BAUDRATE);
if (c == '\n')
uart.put_char('\r');