acadia/sys
Drew Galbraith 41bf78cf98 [Denali] Update the read many request to take a sector count as well.
This greatly reduces the size of the message (we had surpassed the 1
page - 4KiB message limit with the previous method).
2023-11-22 12:17:58 -08:00
..
denali [Denali] Update the read many request to take a sector count as well. 2023-11-22 12:17:58 -08:00
teton [Teton] Print out every character into the framebuffer as a test. 2023-11-22 08:56:26 -08:00
victoriafalls [Denali] Update the read many request to take a sector count as well. 2023-11-22 12:17:58 -08:00
yellowstone [Teton] Load a font file and write a character to the screen. 2023-11-21 19:14:02 -08:00
CMakeLists.txt [Yellowstone] Try to spawn the teton process from disk. 2023-11-09 12:55:44 -08:00
README.md Update READMEs and TODOs 2023-10-24 22:56:45 -07:00
TODO.md Update TODOs to reflect completed tasks. 2023-11-22 11:00:21 -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.