ladybird/Kernel/Time
Idan Horowitz fb3e46e930 Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
This mostly just moved the problem, as a lot of the callers are not
capable of propagating the errors themselves, but it's a step in the
right direction.
2022-01-13 22:40:25 +01:00
..
APICTimer.cpp Kernel: Remove IO.h include from a bunch of places 2021-10-01 12:27:20 +02:00
APICTimer.h
HardwareTimer.h Kernel: Remove unused String.h includes 2021-12-11 13:15:26 -08:00
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 Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
PIT.h
RTC.cpp Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
RTC.h
TimeManagement.cpp Kernel: Encapsulate APIC initialization inside InterruptManagement 2021-12-26 16:22:09 +02:00
TimeManagement.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00