summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-20 09:34:11 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-20 09:34:11 -0500
commit26fd4c3343fb5a55ac8b305a6adea3212e3d7fdd (patch)
treeee2e4174408f7cb7d77aa8f98514725565aa67c6
parent0222136551639f9e3a1b1a8c43bf9480cb5a62a7 (diff)
downloadtempleos-floppy-driver-26fd4c3343fb5a55ac8b305a6adea3212e3d7fdd.tar.gz
Update installer
I updated the installer program to copy over the Adam directory, and also removed the old patch instructions.
-rw-r--r--Install.HC13
1 files changed, 4 insertions, 9 deletions
diff --git a/Install.HC b/Install.HC
index a7fa8ea..341ef82 100644
--- a/Install.HC
+++ b/Install.HC
@@ -8,13 +8,8 @@
// TO USE: #include this file on the cmd line.
CopyTree("./Kernel/", "::/Kernel/");
+CopyTree("./Adam/", "::/Adam/");
-"The driver files have now been copied to your Kernel directory\n";
-"To complete the installation:\n\n";
-"in ::/Kernel/Kernel.PRJ:\n"
-"* Include \"KFloppyDMA\" after \"KStart32\".\n";
-"* Include \"KFloppyA.HH\" and \"KFloppy\" (in that order) after \"KMain\"\n\n";
-"in ::/StartOS.HC:\n"
-"* Include \"KFloppyB.HH\" after \"CompilerB.HH\"\n\n";
-"Then, rebuild the kernel with BootHDIns().\n\n";
-"Refer to ReadMe.TXT for further instructions. Good luck!\n";
+"The driver files have now been copied to your Kernel directory.\n"
+ "(that is all it does; it does not do any patching of your files)\n"
+ "Refer to ReadMe.TXT for further instructions. Good luck!\n";