Update READMEs and TODOs

This commit is contained in:
Drew Galbraith 2023-10-24 22:56:45 -07:00
parent 2b27af5814
commit 5b781bb394
5 changed files with 131 additions and 6 deletions

View file

@ -1,6 +1,11 @@
# System Processes
Current Processes;
Current Processes:
- **yellowstone**: System Initialization
- **denali**: SATA ACHI Disk Driver
- **yellowstone**: System Initialization.
- **denali**: SATA ACHI Disk Driver.
- **victoriafalls**: Virtual File System.
## Open work
Check the [TODO file](TODO.md) for current projects.

19
sys/TODO.md Normal file
View file

@ -0,0 +1,19 @@
# System TODO
## Yellowstone
- Add registration to the base yellowstone yunq service
- Requires: Adding ability to pass capabilities in endpoint calls.
- Store registered services in a hashmap.
- Requires: Adding hashmap to Glacier.
- Start the next service from a configuration file.
## 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.
## VictoriaFalls
- Add a read file VFS service.