1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 00:31:00 +00:00
serenity/Kernel/Time
Liav A d5ee03ef5b Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
The RTC and CMOS are currently only supported for x86 platforms and use
specific x86 instructions to produce only certain x86 plaform operations
and results, therefore, we move them to the Arch/x86 specific directory.
2022-09-20 18:43:05 +01:00
..
APICTimer.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
APICTimer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HardwareTimer.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00
HPET.cpp Everywhere: Make the codebase more architecture aware 2022-07-27 21:46:42 +00:00
HPET.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
HPETComparator.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
HPETComparator.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
PIT.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
PIT.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
RTC.cpp Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory 2022-09-20 18:43:05 +01:00
RTC.h Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory 2022-09-20 18:43:05 +01:00
TimeManagement.cpp Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory 2022-09-20 18:43:05 +01:00
TimeManagement.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00