summaryrefslogtreecommitdiff
path: root/Adam/Patches
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-19 21:23:09 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-19 21:23:09 -0500
commitfae9416ebf479263dcdffb919bbf0a3a868dd983 (patch)
tree40badc31b4ccb2ca10c215e665b675969e4f59aa /Adam/Patches
parentd9ed5989bd27bc00baf7d9fad0e8a2800d6e1afe (diff)
downloadtempleos-floppy-driver-fae9416ebf479263dcdffb919bbf0a3a868dd983.tar.gz
Add special tag to Adam patch files
To alert the user to the need to apply the patches made to Adam after the kernel patches, I have added a special "ADAM PATCH" tag.
Diffstat (limited to 'Adam/Patches')
-rw-r--r--Adam/Patches/Mount2CaseAFDC.HC1
-rw-r--r--Adam/Patches/Mount2CaseBFDC.HC1
-rw-r--r--Adam/Patches/Mount2LtrsFDC.HC1
-rw-r--r--Adam/Patches/Mount2VarsFDC.HC1
-rw-r--r--Adam/Patches/Mount2VarsFDC2.HC1
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