diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-20 20:00:32 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-20 20:00:32 -0500 |
| commit | edd15150f34b040d5ab68a1b418705c0de895a1e (patch) | |
| tree | 0f0c7fc7d4440b76607169cf33dd3e3267b6e44a /Adam/ABlkDev/Patches/Mount2VarsFDC.HC | |
| parent | 26fd4c3343fb5a55ac8b305a6adea3212e3d7fdd (diff) | |
| download | templeos-floppy-driver-edd15150f34b040d5ab68a1b418705c0de895a1e.tar.gz | |
Re-arrange patch files
Some of the patches are applied to files in subdirectories of ::/Kernel and ::/Adam. The directory tree has been re-arranged in such a way as to allow them to be #included without having the compiler backtrack to their parent directory.
Diffstat (limited to 'Adam/ABlkDev/Patches/Mount2VarsFDC.HC')
| -rw-r--r-- | Adam/ABlkDev/Patches/Mount2VarsFDC.HC | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Adam/ABlkDev/Patches/Mount2VarsFDC.HC b/Adam/ABlkDev/Patches/Mount2VarsFDC.HC new file mode 100644 index 0000000..d6e4a0e --- /dev/null +++ b/Adam/ABlkDev/Patches/Mount2VarsFDC.HC @@ -0,0 +1,10 @@ +// PATCH: Add more U8 bufs for floppy configuration +// FILE: ::/Adam/ABlkDev/Mount.HC +// TO INSTALL: Comment out the original declaration. +// THEN: #include this file after it. +// ADAM PATCH: Must be installed after kernel patches! + +U8 blks_buf[STR_LEN],addr_buf[STR_LEN],base0_buf[STR_LEN],base1_buf[STR_LEN], + cyl_buf[STR_LEN],heads,spt_buf[STR_LEN],size,srt_buf[STR_LEN], + hut_buf[STR_LEN],hlt_buf[STR_LEN],bps,gpl1_buf[STR_LEN], + gpl2_buf[STR_LEN],dtl_buf[STR_LEN]*filename=NULL,*filename2=NULL,res=0;
\ No newline at end of file |
