fix/kernel: Fixed APIC
This commit is contained in:
parent
322e95fe98
commit
85e2eaf376
7 changed files with 24 additions and 10 deletions
|
@ -215,5 +215,7 @@ void emk_entry(void)
|
|||
/* Finished */
|
||||
log_early("%s", LOG_SEPARATOR);
|
||||
log_early("Finished initializing EMK v1.0, took ? seconds"); /* Still not usermode, so keep using log_early */
|
||||
|
||||
__asm__ volatile("sti");
|
||||
hlt();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue