#include <oskit/x86/pc/com_cons.h>void com_cons_putchar(int port, int ch);
Outputs the indicated character on the specified serial port.
- port
- COM port to write to. Must be 1, 2, 3 or 4.
- ch
- Character to be printed.
- base_critical_enter
- 10.2.5
- base_critical_leave
- 10.2.5
- inb
- 10.3.7
- outb
- 10.3.7