mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
![]() This prevents code running outside of kernel mode from using the following instructions: * SGDT - Store Global Descriptor Table * SIDT - Store Interrupt Descriptor Table * SLDT - Store Local Descriptor Table * SMSW - Store Machine Status Word * STR - Store Task Register There's no need for userspace to be able to use these instructions so let's just disable them to prevent information leakage. |
||
---|---|---|
.. | ||
avol.md | ||
cal.md | ||
crash.md | ||
echo.md | ||
keymap.md | ||
man.md | ||
md.md | ||
mkdir.md | ||
modload.md | ||
modunload.md | ||
syscall.md | ||
uname.md |