mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
bugfix: 忽略了在某些物理机上,在apic初始化后,发生的假中断问题
This commit is contained in:
@ -208,7 +208,5 @@ void Start_Kernel(void)
|
|||||||
void ignore_int()
|
void ignore_int()
|
||||||
{
|
{
|
||||||
kwarn("Unknown interrupt or fault at RIP.\n");
|
kwarn("Unknown interrupt or fault at RIP.\n");
|
||||||
while (1)
|
|
||||||
;
|
|
||||||
}
|
}
|
||||||
#pragma GCC pop_options
|
#pragma GCC pop_options
|
Reference in New Issue
Block a user