1
0
Fork 0

feat: Improved SMP and added CPU-local contexts

This commit is contained in:
Kevin Alavik 2025-05-26 19:37:22 +02:00
parent 8fac1270b1
commit 7ad2167e9d
No known key found for this signature in database
GPG key ID: 47AAEA397DB76AD0
7 changed files with 86 additions and 20 deletions

View file

@ -176,5 +176,7 @@ void emk_entry(void)
smp_init();
log_early("Initialized SMP");
__asm__ volatile("int $0x01");
hlt();
}