mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
修正系统入口为系统调用门
This commit is contained in:
@ -477,6 +477,7 @@ void do_IRQ(struct pt_regs *rsp, ul number)
|
||||
|
||||
else if (number == 0x80) // 系统调用
|
||||
{
|
||||
// ps: 当前已经将系统调用直接使用系统调用门实现,不走这里。。
|
||||
do_syscall_int(rsp, 0);
|
||||
}
|
||||
else if (number > 0x80)
|
||||
|
Reference in New Issue
Block a user