feat: Improved SMP and added CPU-local contexts
This commit is contained in:
parent
8fac1270b1
commit
7ad2167e9d
7 changed files with 86 additions and 20 deletions
|
@ -176,5 +176,7 @@ void emk_entry(void)
|
|||
smp_init();
|
||||
log_early("Initialized SMP");
|
||||
|
||||
__asm__ volatile("int $0x01");
|
||||
|
||||
hlt();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue