From 74afa70d3051553df46d1ea0d76149a7a86c0a47 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 31 May 2009 00:24:11 +0000 Subject: Add serial port input/output. Delete parallel port output. Works well with qemu -nographic mode. --- traps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'traps.h') diff --git a/traps.h b/traps.h index b69edd2..6476bbe 100644 --- a/traps.h +++ b/traps.h @@ -31,6 +31,7 @@ #define IRQ_TIMER 0 #define IRQ_KBD 1 +#define IRQ_COM1 4 #define IRQ_IDE 14 #define IRQ_ERROR 19 #define IRQ_SPURIOUS 31 -- cgit v1.2.3