Ignore:
Timestamp:
Jul 6, 2017, 3:47:20 PM (7 years ago)
Author:
max@…
Message:

add a basic RS232 COM1 implementation

File:
1 edited

Legend:

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

    r146 r152  
    2121
    2222#ifndef x86_ASM
     23char hal_com_read();
     24void hal_com_send(char c);
     25
    2326void hal_ioapic_disable_entry(uint8_t index);
    2427void hal_ioapic_set_entry(uint8_t index, uint8_t vec, uint8_t dest);
Note: See TracChangeset for help on using the changeset viewer.