summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyB.HH
AgeCommit message (Collapse)Author
7 daysUpdate source file information commentsHarley Travis
I have added the "PURPOSE", "TO USE", and "THEN" tags to make the information sections more easy to read while keeping line length down. These are used by a Python script I wrote to generate an instruction file.
8 daysRename KFloppyB2.HH to KFloppyB.HHHarley Travis
KFloppyB2.HH has now replaced KFloppyB.HH, and has been renamed accordingly.
8 daysDelete old driver codeHarley Travis
The time has finally come for the old code to be removed from the source tree.
8 daysRemove addition to KFloppyB.HHHarley Travis
As a result of a "brain fart," I erroneously added install instructions to the old version of KernelB.HH; KernelB2.HH already had install instructions.
8 daysUpdate/add install instructions for header filesHarley Travis
I realized that KFloppyA would have to be included before KInts is, so that the IRQ definition can be used by IntInit2. The install instructions have been updated accordingly. Installation instructions were also added to KernelB.
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.