diff options
Diffstat (limited to 'Kernel')
| -rw-r--r-- | Kernel/BlkDev/DskFDC.HC | 1 | ||||
| -rw-r--r-- | Kernel/KFloppyA.HH | 1 | ||||
| -rw-r--r-- | Kernel/KFloppyB.HH | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/BlkDev/DskFDC.HC b/Kernel/BlkDev/DskFDC.HC index 0962b2b..b24c916 100644 --- a/Kernel/BlkDev/DskFDC.HC +++ b/Kernel/BlkDev/DskFDC.HC @@ -4,6 +4,7 @@ License. See the Copying.TXT file for details. */ +// PURPOSE: Adds support for std PC floppy dsk ctrlrs to TempleOS // TO INSTALL: #include this file after DskATA in MakeBlkDev.HC. interrupt U0 IRQ_FDC() diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index 2278f03..a28c9ce 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -4,6 +4,7 @@ License. See the Copying.TXT file for details. */ +// PURPOSE: Adds necessary definitions for the floppy driver // TO INSTALL: #include this file in Kernel.PRJ, after KernelB.HH. // Also #include it in ::/StartOS.HC. diff --git a/Kernel/KFloppyB.HH b/Kernel/KFloppyB.HH index 0af3047..a192a73 100644 --- a/Kernel/KFloppyB.HH +++ b/Kernel/KFloppyB.HH @@ -4,6 +4,7 @@ License. See the Copying.TXT file for details. */ +// PURPOSE: Exports floppy driver funs for use by other programs // TO INSTALL: #include this file after KernelA.HH in Kernel.PRJ. // Also #include it in StartOS.HC. |
