diff options
Diffstat (limited to 'Kernel/KFloppyB2.HH')
| -rw-r--r-- | Kernel/KFloppyB2.HH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/KFloppyB2.HH b/Kernel/KFloppyB2.HH index 09e5326..0af3047 100644 --- a/Kernel/KFloppyB2.HH +++ b/Kernel/KFloppyB2.HH @@ -4,6 +4,9 @@ License. See the Copying.TXT file for details. */ +// TO INSTALL: #include this file after KernelA.HH in Kernel.PRJ. +// Also #include it in StartOS.HC. + public extern U0 FDCDMAInit(U16 len); public extern U0 FDCDMAPrepWrite(); public extern U0 FDCDMAPrepRead(); |
