Commit Graph

4 Commits

Author SHA1 Message Date
Jeremy Soller 86aea82139 Update rust-toolchain.toml 2025-10-04 09:18:58 -06:00
Jeremy Soller 3f67a82d1f Update rust-toolchain 2025-01-13 14:33:28 -07:00
Jeremy Soller 67df958d11 Update to new nightly 2024-05-11 14:11:58 -06:00
Anhad Singh c176903905 virtio-blk: read and scheme
* Minor code cleanup
* Able to read/write from the disk
* Recycle the descriptors (this is currently done inefficiently, will be
  fixed in a follow up commit)
* Add the disk scheme for virtio-blk with working functionality for seek(),
  read() and open()
* After all of this work, we are successfully able to boot redox from
  virtio-blk!! :)

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2023-06-23 12:41:07 +10:00