Schedule inside of systick_irq
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-04-12 11:21:51 +02:00
parent 182d8018c7
commit 55ff95c897
9 changed files with 38 additions and 14 deletions

View File

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