1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
This commit is contained in:
Braiden Vasco 2017-11-05 15:46:22 +00:00
parent 4151273dbd
commit ce8a1f9f65

View file

@ -148,6 +148,10 @@ void protected_initialize(const struct KernelMQ_Info *const kinfo)
idt_flush(&idt_pointer);
logger_info("Load TSS.");
tss_flush();
logger_info("Enable interrupts.");
asm volatile ("sti");