mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
This commit is contained in:
@ -160,7 +160,7 @@ ENTRY(undefined_opcode)
|
||||
jmp Err_Code
|
||||
|
||||
// 7 #NM 设备异常(FPU不存在)
|
||||
ENTRY(dev_not_available)
|
||||
ENTRY(dev_not_avaliable)
|
||||
pushq $0
|
||||
pushq %rax
|
||||
leaq do_dev_not_avaliable(%rip), %rax // 获取中断服务程序的地址
|
||||
|
Reference in New Issue
Block a user