diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-18 21:06:13 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-18 21:06:13 -0500 |
| commit | 944b049e679d4b965a7ca83b25bce2dfddb61da6 (patch) | |
| tree | 2cb1f5285cf97440c8db2215b9fe32caabae1e82 /Kernel/KFloppyB.HH | |
| parent | 420954060bc8bede578436f1459b856b5fff3e31 (diff) | |
| download | templeos-floppy-driver-944b049e679d4b965a7ca83b25bce2dfddb61da6.tar.gz | |
Update/add install instructions for header files
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.
Diffstat (limited to 'Kernel/KFloppyB.HH')
| -rw-r--r-- | Kernel/KFloppyB.HH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/KFloppyB.HH b/Kernel/KFloppyB.HH index 76f6859..9feb3dd 100644 --- a/Kernel/KFloppyB.HH +++ b/Kernel/KFloppyB.HH @@ -4,6 +4,9 @@ License. See the Copying.TXT file for details.
*/
+// TO INSTALL: In Kernel.PRJ, #include this file after KFloppyA.HH.
+// Also #include it after this file in StartOS.HC.
+
// headers for floppy driver
public extern Bool FDCIrq;
public extern U16 fdc_base;
|
