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

@ -2,16 +2,11 @@
## Yellowstone ## Yellowstone
- Store registered services in a hashmap.
- Requires: Adding hashmap to Glacier.
- Start the next service from a configuration file. - Start the next service from a configuration file.
## Denali ## Denali
- Migrate denali to a yunq definition.
- Requires: Adding async yunq servers (or more synchronization primitives)
- Add the ability to send multiple Ahci commands at once. - Add the ability to send multiple Ahci commands at once.
## VictoriaFalls ## VictoriaFalls
- Add a read file VFS service.

View File

@ -6,8 +6,6 @@
- Reserve lower physical memory for hardware accesses as necessary. - Reserve lower physical memory for hardware accesses as necessary.
- Return errors rather than panicking on allocation failure - 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 ### Virtual Memory
@ -46,7 +44,6 @@
- Add different scheduling priorities. - Add different scheduling priorities.
- Add thread sleep capability. - Add thread sleep capability.
- Add synchronization syscalls for userspace.
## Large Projects ## Large Projects