Update TODOs to reflect completed tasks.

This commit is contained in:
Drew Galbraith 2023-11-22 11:00:21 -08:00
parent 2b8ae027df
commit 76fd3fc176
2 changed files with 0 additions and 8 deletions

View file

@ -6,8 +6,6 @@
- Reserve lower physical memory for hardware accesses as necessary.
- Return errors rather than panicking on allocation failure
- Return memory pages to the pool when a MemoryObject goes out of scope.
- Add diagnostics to inspect physical memory usage.
### Virtual Memory
@ -46,7 +44,6 @@
- Add different scheduling priorities.
- Add thread sleep capability.
- Add synchronization syscalls for userspace.
## Large Projects