From 8cbe5b86d39830441798fa846ccc8e771cc32389 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sun, 7 Jun 2026 21:10:50 -0500 Subject: Create Mount2VarsFDC.HC This file adds additional buffers and variables to Mount2 as required by the FDC mount code. The original code is to be commented out and this files included after it. --- Adam/Patches/Mount2VarsFDC.HC | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Adam/Patches/Mount2VarsFDC.HC (limited to 'Adam') diff --git a/Adam/Patches/Mount2VarsFDC.HC b/Adam/Patches/Mount2VarsFDC.HC new file mode 100644 index 0000000..cc18b53 --- /dev/null +++ b/Adam/Patches/Mount2VarsFDC.HC @@ -0,0 +1,5 @@ +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; +Bool whole_drv,make_free,defaults=FALSE; \ No newline at end of file -- cgit v1.2.3