Configure LAPIC timer speed to 5ms

This commit is contained in:
2026-04-02 23:05:58 +02:00
parent f61afad77e
commit 9a16029f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ void bootmain (void) {
bsp_cpu->kproc = kproc_create ();
lapic_init (1000);
lapic_init (5000);
__asm__ volatile ("sti");