forked from KolibriOS/kolibrios
Bugfixes
1) Bug in task switching (0xffff = 1 without task switch) 2) Bug with IRQ6 (floppy) - "call fdc_irq" was deleted earlier git-svn-id: svn://kolibrios.org@11 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -83,7 +83,7 @@ irq0:
|
||||
cmp [0xffff],byte 0
|
||||
je .switch
|
||||
dec byte [0xffff]
|
||||
jmp @f
|
||||
jz @f
|
||||
.switch:
|
||||
jmp pword [0xB000]
|
||||
inc [context_counter] ;noname & halyavin
|
||||
|
Reference in New Issue
Block a user