feature: apic is now enabled and the double fault interrupt at boot no longer occurs
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
void exception_handler(void)
|
||||
{
|
||||
int8_t index = -1;
|
||||
__asm__ volatile("movb %%al, %0" ::"m"(index));
|
||||
__asm__ volatile("movb %%bl, %0" ::"m"(index));
|
||||
|
||||
kprintf(KERN_CRIT "interrupt: ");
|
||||
switch (index) {
|
||||
|
||||
Reference in New Issue
Block a user