From 18b7e8d7c9965f09878e2a81e2d77423cdfebe3a Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Mon, 2 Jun 2008 20:08:10 +0000 Subject: [PATCH] Merged patch from @SF tracker --- rombios.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rombios.c b/rombios.c index 70c094c..ccad29a 100644 --- a/rombios.c +++ b/rombios.c @@ -9048,7 +9048,10 @@ ebda_post: ;-------------------- ; relocated here because the primary POST area isnt big enough. eoi_jmp_post: - call eoi_both_pics + mov al, #0x20 + out #0xA0, al ;; slave PIC EOI + mov al, #0x20 + out #0x20, al ;; master PIC EOI xor ax, ax mov ds, ax -- 2.11.4.GIT