1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 03:47:34 +00:00
serenity/Kernel/Arch/x86
FalseHonesty 97a4c627cb Kernel: Add debug register handling
This patch adds functions to read/write from the debug registers,
and implements storing/loading them across context switches.
2021-04-18 17:02:40 +02:00
..
CPU.h Kernel: Add debug register handling 2021-04-18 17:02:40 +02:00
DescriptorTable.h Kernel: Make IDT Entries their one struct 2021-03-21 09:35:23 +01:00
Interrupts.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
ISRStubs.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
PageDirectory.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
ProcessorInfo.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
SafeMem.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
SmapDisabler.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
TSS.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00