From 4e397aba753736184ba07cb5d19a67b8e572745b Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Fri, 10 May 2013 22:57:56 -0700 Subject: Initial stab at horizontal interrupts and improving accuracy of vertical interrupts. Also added the VINT pending flag to status port. --- runtime.S | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime.S') diff --git a/runtime.S b/runtime.S index 0cd5a27..8c8473b 100644 --- a/runtime.S +++ b/runtime.S @@ -42,6 +42,7 @@ already_supervisor: or %cl, 5(%rsi) /* calculate interrupt vector address */ mov 92(%rsi), %ecx + mov %cx, 6(%rsi) /* interrupt acknowlege */ shl $2, %ecx add $0x60, %ecx call m68k_read_long_scratch1 -- cgit v1.2.3