The real realtime preemption end game
The real realtime preemption end game
Posted Nov 19, 2023 21:07 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)In reply to: The real realtime preemption end game by DemiMarie
Parent article: The real realtime preemption end game
Windows drivers are much more resilient than the drivers in Linux. A surprising amount of functionality remains working in Windows even if half the kernel is going haywire.
In particular, modesetting and simple framebuffer access have always been a part of the kernel driver. And each driver is also responsible for pre-allocating its object pools, so there's much less dependency on memory allocation. The IRQL system also has a side effect of forcing driver writers to avoid putting anything too involved inside the critical pathways.
Posted Dec 8, 2023 17:45 UTC (Fri)
by pawel44 (guest, #162008)
[Link]
The real realtime preemption end game