Configure LAPIC timer speed to 5ms
This commit is contained in:
@@ -62,7 +62,7 @@ void bootmain (void) {
|
||||
|
||||
bsp_cpu->kproc = kproc_create ();
|
||||
|
||||
lapic_init (1000);
|
||||
lapic_init (5000);
|
||||
|
||||
__asm__ volatile ("sti");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user