msx2: Use DEVTTY for kernel messages
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 13 Feb 2018 22:18:28 +0000 (22:18 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 26 Feb 2018 18:59:08 +0000 (18:59 +0000)
commit8552fa3ab854f23f81253ff5de529e22ad2e8286
tree37c5b76a31a4d7722eecce56edbea41e7796ac2a
parentc6313893bf0b70db2d3045310f47c26915af75ef
msx2: Use DEVTTY for kernel messages

Commit 3616d6d added support for multiple vt in msx2,
but in the process it changed the console to the debug
port of openmsx. Since this is not a device present in
actual computers, any error in the boot process was
silently ignored. This patch reverts the console to
TTYDEV and at the same time it prints all the messages
to the debug port of openmsx.
Kernel/platform-msx2/config.h
Kernel/platform-msx2/devtty.c