软中断处理机制

This commit is contained in:
fslongjin
2022-04-08 20:04:12 +08:00
parent d887f9a0f7
commit 9828aff985
12 changed files with 202 additions and 25 deletions

View File

@ -50,7 +50,6 @@ Restore_all:
popq %rax
addq $0x10, %rsp // FUNCerrcode
iretq
ret_from_exception:
@ -58,6 +57,7 @@ ret_from_exception:
ENTRY(ret_from_intr)
jmp Restore_all
Err_Code:
// =====