ladybird/Kernel/Time
Idan Horowitz 57ba67ed2a Kernel: Create the time page region before initializing the timers
We were unconditionally trying to update it in the interrupt, which
would depend on the timer interrupt not being received too soon after
the timers are initialized (before the time page was initialized),
which was the case when using HPET timers via the ACPI tables, but not
when using the PIT when ACPI was disabled.
2022-01-18 21:00:46 +02:00
..
APICTimer.cpp
APICTimer.h
HardwareTimer.h
HPET.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
HPET.h
HPETComparator.cpp
HPETComparator.h
PIT.cpp
PIT.h
RTC.cpp
RTC.h
TimeManagement.cpp Kernel: Create the time page region before initializing the timers 2022-01-18 21:00:46 +02:00
TimeManagement.h Kernel: Create the time page region before initializing the timers 2022-01-18 21:00:46 +02:00