GUI testing

This commit is contained in:
Frater 2026-02-01 21:24:40 +01:00
commit dc7ee9a6c9
4 changed files with 92 additions and 255 deletions

View file

@ -136,6 +136,9 @@ mouse_init:
mov ah,IRQ_ENABLED
mov al, 12
call pic_set_irq_mask
mov ah,IRQ_ENABLED
mov al, 2
call pic_set_irq_mask
sti
pop ax
pop ds