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");

View File

@@ -98,7 +98,7 @@ static void smp_bootstrap (struct limine_mp_info* mp_info) {
syscall_init ();
sse_enable ();
lapic_init (1000);
lapic_init (5000);
DEBUG ("CPU %u is online!\n", thiscpu->id);