| Age | Commit message (Collapse) | Author |
|
I fixed the punctuation on some of the info tags, and added a few more THEN tags where they were needed.
|
|
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.
|
|
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.
|
|
Since the U8 and Bool declarations in Mount2 are not on consecutive lines, I decided to split them for ease of patching.
|
|
Mount2Ltrs was created without the normal "FDC" suffix, which I have now added.
|
|
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.
|
|
I re-worded the instructions for the manual floppy drive configuration, mainly to warn the user of the three single-digit questions.
|
|
I added default parameters for 3.5-inch high-density drives for convenience.
|
|
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.
|
|
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.
|
|
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.
|