| Age | Commit message (Collapse) | Author |
|
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.
|
|
The register offsets apply to all floppy controllers, and not just the first. The comment I had there has been updated to reflect this.
|
|
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.
|
|
I added the data rate values accepted by the FDC to the main header file.
|
|
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.
|