reactos/hal/halx86/apic
Timo Kreuzer aa3ef4c632 [HAL/APIC] Fix clock initialization
Previously we enabled the timer interrupt, before the kernel was notified of our time increment, so when a clock interrupt happened, it would increment the tick count, but add 0 to the system time, resulting in an invalid state, in which timers would be inserted into the wrong timer table slot. Fixes CORE-16253
2021-07-19 23:05:03 +02:00
..
apic.c [HAL/APIC] Fix clock initialization 2021-07-19 23:05:03 +02:00
apicp.h [HAL:APIC] Improve code 2021-06-26 21:10:43 +02:00
apicsmp.c [HAL:APIC] Improve code 2021-06-26 21:10:43 +02:00
apictimer.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
apictrap.S [HAL:APIC] Remove obsolete hacks 2021-06-17 23:27:44 +02:00
halaacpi.rc [HALX86] Disable Lazy IRQL in APIC HAL (#3609) 2021-05-04 04:29:50 +03:00
halapic.rc [HAL] Add APIC hals to setup and livecd 2021-06-17 23:27:44 +02:00
halinit.c [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
processor.c
rtctimer.c [HAL/APIC] Fix clock initialization 2021-07-19 23:05:03 +02:00
tsc.c [HAL/APIC] Use APIC_CLOCK_VECTOR everywhere, instead of keeping separate definitions 2021-07-19 23:05:03 +02:00
tsc.h
tsccal.S