1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Kernel/Arch/x86
Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory
Alot of code is shared between i386/i686/x86 and x86_64
and a lot probably will be used for compatability modes.
So we start by moving the headers into one Directory.
We will probalby be able to move some cpp files aswell.
2021-03-21 09:35:23 +01:00
..
CPU.h Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
DescriptorTable.h Kernel::CPU: Move headers into common directory 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