diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 19:22:13 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 19:22:13 -0500 |
| commit | a8092fddd2ecaf89ce5243ae7b161125f0289af4 (patch) | |
| tree | 82d2251813c96fd9a1eb56850ca665742175e2aa /Kernel/Patches/Let2BlkDevTypeFDC.HC | |
| parent | 15de1acb37d8b92db9499192b22a189cad913215 (diff) | |
| download | templeos-floppy-driver-a8092fddd2ecaf89ce5243ae7b161125f0289af4.tar.gz | |
Complete update of source code information tags
I had updated several more files after staging the previous ones, but forgot to stage these files as well. Thus, I had to commit these separately.
Diffstat (limited to 'Kernel/Patches/Let2BlkDevTypeFDC.HC')
| -rw-r--r-- | Kernel/Patches/Let2BlkDevTypeFDC.HC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/Patches/Let2BlkDevTypeFDC.HC b/Kernel/Patches/Let2BlkDevTypeFDC.HC index 3a2afc3..2f7db8c 100644 --- a/Kernel/Patches/Let2BlkDevTypeFDC.HC +++ b/Kernel/Patches/Let2BlkDevTypeFDC.HC @@ -1,6 +1,7 @@ // PATCH: Remaps ltrs W-Z for floppy drives // FILE: ::/Kernel/BlkDev/DskDrv.HC -// TO INSTALL: Comment out the original function, then #include this file. +// TO INSTALL: Comment out the original function +// THEN: #include this file after it I64 Let2BlkDevType(U8 drv_let) {//Drv letter to BlkDev Type. drv_let=0 not allowed. See BDT_NULL. |
