Refactor Check and CheckRegion functions in virtual.hpp

This commit is contained in:
EnderIce2
2024-03-19 03:52:44 +02:00
parent 3a5513ef8b
commit 1bd58a309f
3 changed files with 166 additions and 81 deletions

View File

@ -47,5 +47,5 @@
- Create a separate list for processes that are waiting for a resource or a signal, etc.
- Use all cores to schedule threads.
- [ ] Improve Remap() function.
- [x] Improve Remap() function.
- Remove Unmap & Map logic. Remove all flags directly.