mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	|  c25cf5fb56 This is a crude protection against IOPL elevation attacks. If for any reason we find ourselves about to switch to a user mode thread with IOPL != 0, we'll now simply panic the kernel. If this happens, it basically means that something tricked the kernel into incorrectly modifying the IOPL of a thread, so it's no longer safe to trust the kernel anyway. | ||
|---|---|---|
| .. | ||
| Boot | ||
| CPU.cpp | ||
| CPU.h | ||
| Interrupts.h | ||
| ISRStubs.h | ||
| ProcessorInfo.cpp | ||
| ProcessorInfo.h | ||