apic: init apic timer using pit, not precise on qemu
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef ISR_H
|
||||
#define ISR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint32_t timer_ticks;
|
||||
|
||||
void isr0();
|
||||
void isr1();
|
||||
void isr2();
|
||||
|
||||
Reference in New Issue
Block a user