Update READMEs and TODOs
This commit is contained in:
parent
2b27af5814
commit
5b781bb394
5 changed files with 131 additions and 6 deletions
|
|
@ -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
19
sys/TODO.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue