wip: eip saved after the interrupt

This commit is contained in:
2025-01-20 14:36:43 +01:00
parent 2fe4ac5ad5
commit b3be29246e
4 changed files with 16 additions and 8 deletions

View File

@ -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