fix mouse management
This commit is contained in:
parent
82724598ee
commit
9621566036
4 changed files with 98 additions and 88 deletions
14
src/boot.asm
14
src/boot.asm
|
|
@ -137,18 +137,16 @@ endless:
|
|||
; -----------------------------------------------------------
|
||||
test_isr:
|
||||
push ax
|
||||
push fs
|
||||
|
||||
mov ax,BDA_DATA_SEG
|
||||
mov fs,ax
|
||||
inc byte [fs:0x000F]
|
||||
|
||||
inc byte [fs:0x0005]
|
||||
; push fs
|
||||
;mov ax,BDA_DATA_SEG
|
||||
;mov fs,ax
|
||||
;inc byte [fs:0x0005]
|
||||
|
||||
mov al, PIC_EOI ; EOI master
|
||||
out i8259_MASTER_CMD, al
|
||||
|
||||
pop fs
|
||||
; pop fs
|
||||
|
||||
pop ax
|
||||
iret
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue