磁盘请求在处理时,切换进程

This commit is contained in:
fslongjin
2022-04-19 15:13:59 +08:00
parent 0e8bf69d65
commit 39dd802ff1
14 changed files with 257 additions and 206 deletions

View File

@ -53,6 +53,7 @@ Restore_all:
popq %rax
addq $0x10, %rsp // FUNCerrcode
sti
iretq
ret_from_exception:
@ -169,6 +170,7 @@ ENTRY(ret_from_system_call)
popq %rax
addq $0x10, %rsp // FUNCerrcode
sti
iretq