diff options
Diffstat (limited to 'Kernel/KFloppyA.HH')
| -rw-r--r-- | Kernel/KFloppyA.HH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index 7d0fe4d..63e7b80 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -4,6 +4,9 @@ License. See the Copying.TXT file for details. */ +// TO INSTALL: #include this file in Kernel.PRJ, before MakeBlkDev is #included. +// Also #include it in ::/StartOS.HC. + // FDC uses IRQ6 = int 26h #define I_FDC 0x26 #define IRQ_FDC 6 |
