Commit Graph

17 Commits

Author SHA1 Message Date
Drew Galbraith f26fd73116 [Zion][Denali] Move to MSI for AHCI devices.
This will allow us to properly do interrupts for XHCI devices in the
future.

Also move PCI device header parsing to a shared library.

Get rid of the old irq register format which supplied an irq number and
instead pass the appropriate irq number back out to the caller.
2025-05-05 23:14:01 -07:00
Drew Galbraith dc801786b1 [VFS] Move victoria falls to rust. (Breaks voyageurs)
Move victoria falls to rust, which allows us to remove both the denali
and victoria falls C++ code. This disk driver appears to work properly
but has highlighted some instability in the voyageus xhci implementation
which now breaks.
2025-05-05 19:37:53 -07:00
Drew Galbraith a806e41af0 [VFS] Skeleton for moving victoria falls to rust. 2025-02-07 18:59:00 -08:00
Drew Galbraith 59efb1659a Move denali client to separate lib. 2025-02-07 18:24:48 -08:00
Drew Galbraith 67546664ed Move to bitfield structs for AHCI info. 2024-08-30 17:09:27 -07:00
Drew Galbraith 51478e7ccf [Denali] Begin porting to rust. 2024-08-30 00:38:15 -07:00
Drew Galbraith f94f56f9ec [Yunq] Create repeated field implementations in rust. 2024-08-29 23:29:58 -07:00
Drew Galbraith 4ee8dc924c Add a uniq test module for yunq in rust. 2024-08-29 21:27:27 -07:00
Drew Galbraith c9b484089e [Yellowstone] Wireframe for moving yellowstone to rust. 2024-08-17 20:19:45 -07:00
Drew Galbraith f04e720811 Typing in terminal is now supported in rust teton. 2024-08-13 19:55:44 -07:00
Drew Galbraith 18e512cf1f [Teton] Move console/shell to rust. WIP 2024-08-12 11:35:54 -07:00
Drew Galbraith 76f8795a46 Implement yunq server in rust. 2024-07-31 19:59:46 -07:00
Drew Galbraith 1e073d5060 Split yunq compliation to library and use it in build process. 2024-07-28 18:08:34 -07:00
Drew Galbraith 8f35d38e93 Add macros to derive message serializations. 2024-07-27 18:30:17 -07:00
Drew Galbraith 3eea4d811a Example yunq implementation for one Yellowstone endpoint. 2024-07-26 23:36:07 -07:00
Drew Galbraith 32ccbedb7a Basic allocations in rust user-space. 2024-07-26 15:20:21 -07:00
Drew Galbraith b0048b0a4f Barebones rust example working in user space.
Requires manually copying the executable over to the image.
2024-06-08 15:47:58 -07:00