4 Commits

Author SHA1 Message Date
EnderIce2
86a119ea51
scheduler: Fix page table switch for scheduler
The userspace process may map pages where the kernel has allocated data and cause a crash.

This patch fixes this issue by having a separate IRQ handler which sets the kernel page table at the start of SchedulerInterruptHandler() and restores it in SchedulerHandlerStub() function.
2024-11-17 03:11:20 +02:00
EnderIce2
3d1ecc3db0
Rework signal handling code 2024-03-25 23:21:27 +02:00
EnderIce2
c2b595452e
Add InitTrampoline and HasPendingSignal function 2024-03-03 23:58:05 +02:00
EnderIce2
96daa43d38
Update kernel 2024-01-19 06:47:42 +02:00