diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-05-31 19:00:08 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-05-31 19:00:08 -0500 |
| commit | f905d935e3cab8d6fb4714a138989ece7043b2c8 (patch) | |
| tree | 8132ab37a117fb924640bd87e62a0571a2b24ef6 /Kernel/Patches/CBlkDevFDC.HC | |
| parent | 1f2195ae1121c2097f02a6dae2e89cf00819ffc7 (diff) | |
| download | templeos-floppy-driver-f905d935e3cab8d6fb4714a138989ece7043b2c8.tar.gz | |
Initial commit for BlkDev branch
This is the initial commit for the BlkDev-ified driver. It is not at all
in a working state at this point, and the old files have been left for
reference purposes.
Diffstat (limited to 'Kernel/Patches/CBlkDevFDC.HC')
| -rw-r--r-- | Kernel/Patches/CBlkDevFDC.HC | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Kernel/Patches/CBlkDevFDC.HC b/Kernel/Patches/CBlkDevFDC.HC new file mode 100644 index 0000000..0b194fa --- /dev/null +++ b/Kernel/Patches/CBlkDevFDC.HC @@ -0,0 +1,6 @@ +U8 cyls,heads,spt, + srt,hut,hlt, + bps,gpl1,gpl2, + dtl,mtr; +Bool mfm,dma; + |
