mirror of
https://git.checksum.fail/alec/bdt-virtio-blk.git
synced 2026-05-26 10:59:26 +00:00
master
bdt-virtio-blk
Virtio-blk Loadable Device Driver for TempleOS
details
Mount a Virtio block device in TempleOS on QEMU, without having to recompile the Kernel. Re-assigns drive letter A to BDT_VIRTIO_BLK device.
usage
- Clone the repo, create a RedSea ISO.C disk image using RedSeaExplorer for Windows or redseafs for Linux.
- Load the driver
#include "MakeVirtioBlk"; - Mount the block device
MountVirtioBlk; - Format (if new device)
Fmt('A',,FALSE,FSt_REDSEA);
Description
Languages
HolyC
100%
