small fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user