x86_64: write printk messages to COM1 serial port
This commit is contained in:
@@ -76,7 +76,7 @@ static void handle_ctrl(int c)
|
||||
|
||||
static void vgacon_putchar(int c)
|
||||
{
|
||||
serial_putchar(SERIAL_PORT_A, c);
|
||||
//serial_putchar(SERIAL_PORT_A, c);
|
||||
|
||||
if (iscntrl(c)) {
|
||||
handle_ctrl(c);
|
||||
|
||||
Reference in New Issue
Block a user