bug fix: page_num>=25时,填入页表的实际上是同一个物理页的bug

This commit is contained in:
fslongjin
2022-06-02 19:22:03 +08:00
parent d64ddfa0b6
commit 129d24296b
4 changed files with 22 additions and 97 deletions

View File

@ -53,7 +53,7 @@ Restore_all:
popq %rax
addq $0x10, %rsp // FUNCerrcode
// sti
sti
iretq
ret_from_exception: