summaryrefslogtreecommitdiff
path: root/Adam
AgeCommit message (Collapse)Author
13 daysFix typos in Mount2CaseAFDC.HCHarley Travis
2026-06-27Add missing comma to Mount2VarsFDC.HCHarley Travis
2026-06-27Fix DocPrints in Mount2CaseBFDC.HCHarley Travis
I added newlines to all of the DocPrint calls, and added code to set the modulation mode.
2026-06-27Add modulation mode prompt to mount codeHarley Travis
2026-06-27Update Mount2CaseAFDC.HCHarley Travis
Most of the changes to this file were adding missing semicolons, and fixing semantic errors with some of the prompts.
2026-06-20Re-arrange patch filesHarley Travis
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.
2026-06-19Add special tag to Adam patch filesHarley Travis
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.
2026-06-19Various grammatical and punctuation fixes on info tagsHarley Travis
I fixed the punctuation on some of the info tags, and added a few more THEN tags where they were needed.
2026-06-19Complete update of source code information tagsHarley Travis
I had updated several more files after staging the previous ones, but forgot to stage these files as well. Thus, I had to commit these separately.
2026-06-12Add installation notes to source files.Harley Travis
I added comments to all patch files explaining their function and how to install them. Installation instructions were also added to some of the code files as well.
2026-06-12Split Mount2VarsFDC.HC into two filesHarley Travis
Since the U8 and Bool declarations in Mount2 are not on consecutive lines, I decided to split them for ease of patching.
2026-06-10Rename Mount2Ltrs.HC to Mount2LtrsFDC.HCHarley Travis
Mount2Ltrs was created without the normal "FDC" suffix, which I have now added.
2026-06-10Create Mount2Ltrs.HCHarley Travis
This file modifies the list of drive letter types printed by Mount2 to reflect the changes made by Let2BlkDevTypeFDC.HC. All lines of the original Print call are to be commented out and this file included in its place.
2026-06-08Update Mount2CaseAFDC.HCHarley Travis
I re-worded the instructions for the manual floppy drive configuration, mainly to warn the user of the three single-digit questions.
2026-06-08Update Mount2CaseBFDC.HCHarley Travis
I added default parameters for 3.5-inch high-density drives for convenience.
2026-06-07Create Mount2CaseBFDC.HCHarley Travis
This file adds a case to Mount2's second switch statement to configure new FDC BlkDevs. It is to be included after the BDT_ATAPI case.
2026-06-07Create Mount2CaseAFDC.HCHarley Travis
This file adds a case to Mount2's first switch statement to configure FDC BlkDevs. It is to be included after the BDT_ATAPI case.
2026-06-07Create Mount2VarsFDC.HCHarley Travis
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.