small fixes

This commit is contained in:
2026-02-24 17:01:22 +01:00
parent 6c9e7d8a27
commit 02855a0301
2 changed files with 2 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ namespace Syscall {
uintptr_t frame = isMapped(i<<12, search_table);
setMapping(i<<12, 0, search_table);
PageFrameAllocator::free(frame);
invlpg(i);
invlpg(i<<12);
}
return 0;
}