diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-18 20:52:55 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-18 20:52:55 -0500 |
| commit | b2cab352e732a923eb9ff04b7db66ecee8208666 (patch) | |
| tree | 31be141bbc8faddf13c11223a39c2101ca0ff16a | |
| parent | cb695f1ba3da04b7f58d41c65937fa3a2e995366 (diff) | |
| download | templeos-floppy-driver-b2cab352e732a923eb9ff04b7db66ecee8208666.tar.gz | |
Update KFloppyA.HH
The register offsets apply to all floppy controllers, and not just the first. The comment I had there has been updated to reflect this.
| -rw-r--r-- | Kernel/KFloppyA.HH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index 63e7b80..36938b4 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -11,7 +11,7 @@ #define I_FDC 0x26 #define IRQ_FDC 6 -// FDC regs (primary ctrlr) +// FDC regs #define FDC_STAT_A 0x0 #define FDC_STAT_B 0x1 #define FDC_DOR 0x2 |
