ladybird/Base
Andreas Kling 9c0836ce97 Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
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.
2020-01-01 13:21:15 +01:00
..
etc WindowServer: Remove Clock from server. 2019-12-27 22:47:31 +01:00
home/anon WindowServer+LibGUI: Implement basic color theming 2019-12-23 20:33:01 +01:00
res Base: Update Finnish keymap with proper AltGr support 2019-12-31 19:46:40 +01:00
usr Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported 2020-01-01 13:21:15 +01:00