acadia/sys
Drew Galbraith 1b7d2b9085 [Teton/Voyageurs] Subscribe to scancodes in teton and print them to screen.
Right now there appears to be an error with the font so that the
proper character is received but we write an incorect character to the
screen (off by one?).
2023-11-25 19:48:06 -08:00
..
denali [Zion] Add a keyboard interrupt handler and a driver manager. 2023-11-25 11:14:30 -08:00
teton [Teton/Voyageurs] Subscribe to scancodes in teton and print them to screen. 2023-11-25 19:48:06 -08:00
victoriafalls [Victoriafalls] Update ext2 driver to read doubly-indirect blocks. 2023-11-22 16:41:12 -08:00
voyageurs [Teton/Voyageurs] Subscribe to scancodes in teton and print them to screen. 2023-11-25 19:48:06 -08:00
yellowstone [Mammoth] Write a custom buddy allocator to replace libc malloc. 2023-11-23 18:55:02 -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 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.