acadia/sys
Drew Galbraith 7b8528ea99 [VictoriaFallS] Cache the results of reading inodes.
This reduces the number of reads when starting up the OS by ~30% (32-23
for a basic use case).

In the future we should cache things using a BTree in the VFS but this
is sufficient for now.
2024-01-11 18:29:51 -08:00
..
denali Move many loops over glcr::Vector to range-based loops. 2024-01-11 17:13:35 -08:00
teton Move many loops over glcr::Vector to range-based loops. 2024-01-11 17:13:35 -08:00
victoriafalls [VictoriaFallS] Cache the results of reading inodes. 2024-01-11 18:29:51 -08:00
voyageurs [Yunq] Return status from client calls. 2023-12-01 10:35:42 -08:00
yellowstone Move many loops over glcr::Vector to range-based loops. 2024-01-11 17:13:35 -08:00
CMakeLists.txt [Voyageurs] Add a basic ps/2 keyboard driver. 2023-11-25 13:08:30 -08:00
README.md Update READMEs and TODOs 2023-10-24 22:56:45 -07:00
TODO.md Update TODOs 2023-12-05 16:16:42 -08:00

README.md

System Processes

Current Processes:

  • yellowstone: System Initialization.
  • denali: SATA ACHI Disk Driver.
  • victoriafalls: Virtual File System.

Open work

Check the TODO file for current projects.