MCPcopy Create free account
hub / github.com/Ruddle/Fomos / lapic_timer2

Function lapic_timer2

bootloader/kernel/src/interrupts.rs:177–183  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame)

Source from the content-addressed store, hash-verified

175static WAKER: AtomicWaker = AtomicWaker::new();
176
177extern "x86-interrupt" fn lapic_timer2(stack_frame: InterruptStackFrame) {
178 log::info!("timer2");
179
180 unsafe {
181 // crate::local_apic::LocalApic.get().unwrap().eoi();
182 };
183}
184pub fn init_idt() {
185 IDT.load();
186}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected