Changed serial port number for log output.

This commit is contained in:
Michael Mueller
2025-01-21 15:08:24 +01:00
parent fb20e83fc4
commit e0eabd9d7c

View File

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