Explorar o código

bugfix: 忽略了在某些物理机上,在apic初始化后,发生的假中断问题

fslongjin %!s(int64=2) %!d(string=hai) anos
pai
achega
00181545f8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      kernel/main.c

+ 0 - 2
kernel/main.c

@@ -208,7 +208,5 @@ void Start_Kernel(void)
 void ignore_int()
 {
     kwarn("Unknown interrupt or fault at RIP.\n");
-    while (1)
-        ;
 }
 #pragma GCC pop_options