From 1c723e9710d16e228baa6bc18244c74c143a1f21 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sun, 10 Mar 2024 22:07:02 +0200 Subject: [PATCH] Update TODO.md --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 495e83c..a9e48b2 100644 --- a/TODO.md +++ b/TODO.md @@ -46,3 +46,6 @@ - [ ] Optimize the scheduler - 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. + - Remove Unmap & Map logic. Remove all flags directly.