fix: passing intr_ctx to soft_iret corrupts the stack of next proccess when performin...
authorMinep <zelong56@gmail.com>
Thu, 16 Jun 2022 10:20:32 +0000 (11:20 +0100)
committerMinep <zelong56@gmail.com>
Thu, 16 Jun 2022 10:20:32 +0000 (11:20 +0100)
commitefbabf3bcf37c1da148c1e7579974999021f2b86
tree6ad7ebf78170c3d4dc2913c03ad2927ed955af15
parent1b471813a2ba287c2ace9cf6c866f330c725b99c
fix: passing intr_ctx to soft_iret corrupts the stack of next proccess when performing context switching.
lunaix-os/.gitignore
lunaix-os/kernel/asm/x86/interrupt.S
lunaix-os/kernel/sched.c