- // This is importnat, because we will handle any subsequent RX/TX in a
- // synchronized way. And we don't want these irq queue up at our APIC and
- // confuse the CPU after ACK with APIC.
- serial_disable_irq(SERIAL_COM1);
- struct exec_param* execp = param->execp;
- if (execp->vector == 1 || execp->vector == 3) {
- goto cont;
- }