forked from KolibriOS/kolibrios
fixed a bug in sched.inc (speaker)
fixed exception handlers - shows correct EIP of a terminated process some corrections to memmap.inc git-svn-id: svn://kolibrios.org@22 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -18,6 +18,8 @@ irq0:
|
||||
inc dword [timer_ticks]
|
||||
|
||||
mov eax, [timer_ticks]
|
||||
call playNote ; <<<--- Speaker driver
|
||||
|
||||
cmp eax,[next_usage_update]
|
||||
jb .nocounter
|
||||
add eax,100
|
||||
@@ -25,8 +27,6 @@ irq0:
|
||||
call updatecputimes
|
||||
.nocounter:
|
||||
|
||||
call playNote ; <<<--- Speaker driver
|
||||
|
||||
mov edi, [0x3010]
|
||||
|
||||
mov ebx, [edi+0x18] ; time stamp counter add
|
||||
|
Reference in New Issue
Block a user