@ VECTOR_EXTERNAL_START
Inclusive start of external interrupts (handled by the IRQ system).
static void io_out8(port_t port, uint8_t val)
Write an 8-bit value to an I/O port.
static uint8_t io_in8(port_t port)
Read an 8-bit value from an I/O port.
#define ICW1_INIT
Initialization - required!
#define ICW4_8086
8086/88 (MCS-80/85) mode
#define ICW1_ICW4
Indicates that ICW4 will be present.
#define LOG_INFO(format,...)
static void pic_wait(void)