bugfix: 修复部分机器上无法正确启动多核的问题

This commit is contained in:
fslongjin
2022-09-03 11:49:17 +08:00
parent 94fb900bb7
commit 1084edaa98
2 changed files with 25 additions and 7 deletions

View File

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