summaryrefslogtreecommitdiff
path: root/Adam/ABlkDev/Patches/Mount2LtrsFDC.HC
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-20 20:00:32 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-20 20:00:32 -0500
commitedd15150f34b040d5ab68a1b418705c0de895a1e (patch)
tree0f0c7fc7d4440b76607169cf33dd3e3267b6e44a /Adam/ABlkDev/Patches/Mount2LtrsFDC.HC
parent26fd4c3343fb5a55ac8b305a6adea3212e3d7fdd (diff)
downloadtempleos-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/Mount2LtrsFDC.HC')
-rw-r--r--Adam/ABlkDev/Patches/Mount2LtrsFDC.HC14
1 files changed, 14 insertions, 0 deletions
diff --git a/Adam/ABlkDev/Patches/Mount2LtrsFDC.HC b/Adam/ABlkDev/Patches/Mount2LtrsFDC.HC
new file mode 100644
index 0000000..5325350
--- /dev/null
+++ b/Adam/ABlkDev/Patches/Mount2LtrsFDC.HC
@@ -0,0 +1,14 @@
+// PATCH: Update ltr lst to reflect remapping of drv ltrs
+// 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"
+ "$GREEN$C$FG$-$GREEN$L$FG$ are ATA hard drives.\n"
+ "$GREEN$M$FG$-$GREEN$P$FG$ are ISO file read drives.\n"
+ "$GREEN$Q$FG$-$GREEN$S$FG$ are ISO file write drives.\n"
+ "$GREEN$T$FG$-$GREEN$V$FG$ are ATAPI CD/DVD drives.\n"
+ "$GREEN$W$FG$-$GREEN$Z$FG$ are floppy drives.\n"
+ "\nDrive Letter ($PURPLE$<ENTER>$FG$ to exit):"; \ No newline at end of file