From 6c926175afbf1f9ec2715fb007acc28588b36c4a Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 21 Aug 2018 17:54:28 +0200 Subject: cleaning up multitasking --- asm/int_mouse_handler.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asm/int_mouse_handler.asm') diff --git a/asm/int_mouse_handler.asm b/asm/int_mouse_handler.asm index 6872af0..9816950 100644 --- a/asm/int_mouse_handler.asm +++ b/asm/int_mouse_handler.asm @@ -7,9 +7,10 @@ int_mouse_handler: call mouse_handler - mov al, 0x20 ;Port number AND command number to Acknowledge IRQ + mov al, 0x20 ; Port number AND command number to Acknowledge IRQ out 0xa0, al ; came from slave - out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts + out 0x20, al ; Acknowledge IRQ, so we keep getting interrupts + popa iret ;Interrupt-Return -- cgit v1.2.3