summaryrefslogtreecommitdiff
path: root/core/head.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-23 17:37:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-23 17:37:18 -0700
commite1192a81bddbf803feb9445a9408a9feec6159aa (patch)
tree801c24f386e3654c3d8d72b5ce1c69bcc2449948 /core/head.inc
parent89ec5fa741f415296c6d6c83da5bad32710aaa38 (diff)
downloadsyslinux-e1192a81bddbf803feb9445a9408a9feec6159aa.tar.gz
core: add a proper interrupt handler for the serial console
If we enable interrupts for the serial console, add a proper interrupt handler. Since we don't know what vector we'll end up using, or if we are shared with other devices, simply hook *all* the interrupts and poll the serial port then. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/head.inc')
-rw-r--r--core/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/head.inc b/core/head.inc
index 37f1b36f..7117b4ee 100644
--- a/core/head.inc
+++ b/core/head.inc
@@ -27,5 +27,6 @@
%include "bios.inc"
%include "tracers.inc"
%include "stack.inc"
+%include "io.inc"
%endif ; _HEAD_INC