时钟中断
相似的初始化
start_kernel()
init_IRQ()
native_init_IRQ()
idt_setup_apic_and_irq_gates()
idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true);
INTG(LOCAL_TIMER_VECTOR, apic_timer_interrupt)未知的event_handler
smp_apic_timer_interrupt(regs)
local_apic_timer_interrupt()
evt = this_cpu_ptr(&lapic_events);
evt->event_handler(evt)掘地三尺
主角登场
Last updated