diff options
Diffstat (limited to 'Adam/Patches')
| -rw-r--r-- | Adam/Patches/Mount2CaseAFDC.HC | 1 | ||||
| -rw-r--r-- | Adam/Patches/Mount2CaseBFDC.HC | 1 | ||||
| -rw-r--r-- | Adam/Patches/Mount2LtrsFDC.HC | 1 | ||||
| -rw-r--r-- | Adam/Patches/Mount2VarsFDC.HC | 1 | ||||
| -rw-r--r-- | Adam/Patches/Mount2VarsFDC2.HC | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/Adam/Patches/Mount2CaseAFDC.HC b/Adam/Patches/Mount2CaseAFDC.HC index 8b76184..2e70791 100644 --- a/Adam/Patches/Mount2CaseAFDC.HC +++ b/Adam/Patches/Mount2CaseAFDC.HC @@ -1,6 +1,7 @@ // PATCH: Add the ability to configure floppy BlkDevs (part 1 of 2) // FILE: ::/Adam/ABlkDev/Mount.HC // TO INSTALL: #include this file at the end of the first switch statement. +// ADAM PATCH: Must be installed after kernel patches! case BDT_FLOPPY: do { diff --git a/Adam/Patches/Mount2CaseBFDC.HC b/Adam/Patches/Mount2CaseBFDC.HC index 372ff7e..2ffaa2f 100644 --- a/Adam/Patches/Mount2CaseBFDC.HC +++ b/Adam/Patches/Mount2CaseBFDC.HC @@ -1,6 +1,7 @@ // PATCH: Add the ability to configure floppy BlkDevs (part 2 of 2) // FILE: ::/Adam/ABlkDev/Mount.HC // TO INSTALL: #include this file at the end of the second switch statement. +// ADAM PATCH: Must be installed after kernel patches! case BDT_FLOPPY: if (defaults) { diff --git a/Adam/Patches/Mount2LtrsFDC.HC b/Adam/Patches/Mount2LtrsFDC.HC index 8b92283..5325350 100644 --- a/Adam/Patches/Mount2LtrsFDC.HC +++ b/Adam/Patches/Mount2LtrsFDC.HC @@ -2,6 +2,7 @@ // FILE: ::/Adam/ABlkDev/Mount.HC // TO INSTALL: Comment out the original Print call. // THEN: #include this file after it. +// ADAM PATCH: Must be installed after kernel patches! "\n****** Mount Drives ******\n" "$GREEN$A$FG$-$GREEN$B$FG$ are RAM drives.\n" diff --git a/Adam/Patches/Mount2VarsFDC.HC b/Adam/Patches/Mount2VarsFDC.HC index afc1fbc..d6e4a0e 100644 --- a/Adam/Patches/Mount2VarsFDC.HC +++ b/Adam/Patches/Mount2VarsFDC.HC @@ -2,6 +2,7 @@ // 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], diff --git a/Adam/Patches/Mount2VarsFDC2.HC b/Adam/Patches/Mount2VarsFDC2.HC index f9cdc9e..d148a83 100644 --- a/Adam/Patches/Mount2VarsFDC2.HC +++ b/Adam/Patches/Mount2VarsFDC2.HC @@ -2,5 +2,6 @@ // FILE: ::/Adam/ABlkDev/Mount.HC // TO INSTALL: Comment out the old Bool declaration. // THEN: #include this file after it. +// ADAM PATCH: Must be installed after kernel patches! Bool whole_drv,make_free,defaults=FALSE;
\ No newline at end of file |
