wip: eip saved after the interrupt
This commit is contained in:
@ -34,4 +34,6 @@ switch_to_task:
|
||||
pop ebp
|
||||
pop ebx
|
||||
|
||||
ret // this will also change eip to the next task's instructions
|
||||
push [eip_backup]
|
||||
|
||||
iretd // this will also change eip to the next task's instructions
|
||||
|
||||
Reference in New Issue
Block a user