Ignore:
Timestamp:
Jul 7, 2017, 9:16:50 AM (7 years ago)
Author:
max@…
Message:

use a demultiplexer to get the channel on the serial port, and
make x86_printf print both on the VGA and COM1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_apic.h

    r152 r154  
    2222#ifndef x86_ASM
    2323char hal_com_read();
    24 void hal_com_send(char c);
     24void hal_com_send(uint8_t chan, char c);
     25void hal_com_init_early();
    2526
    2627void hal_ioapic_disable_entry(uint8_t index);
Note: See TracChangeset for help on using the changeset viewer.