summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyA.HH
AgeCommit message (Collapse)Author
8 daysRename FDCInt to match TOS IRQ handler namingHarley Travis
The IRQ handlers in TempleOS' kernel code have an "IRQ_" prefix. FDCInt has been renamed to IRQ_FDC in keeping with Terry's code style. An unused definition of the same name has also been removed from KFloppyA.HH.
8 daysUpdate KFloppyA.HHHarley Travis
The register offsets apply to all floppy controllers, and not just the first. The comment I had there has been updated to reflect this.
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-04Update KFloppyA.HHHarley Travis
I added the data rate values accepted by the FDC to the main header file.
2026-05-27Refactor source code and create an "installer"Harley Travis
I have moved some source files into subdirectories for ease of installation. I have also added an installer script to automatically place driver files into their respective system directories.