diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-12 20:28:09 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-12 20:28:09 -0500 |
| commit | 271e732ef2d6e9877cd093b38818e3114d0d7fe2 (patch) | |
| tree | a7f0d8e7f52982b20b0cb0ecc6d398d0d737b8eb /Kernel/Patches | |
| parent | 1757577da44fc455c65bc6eb9e78636fcce3de39 (diff) | |
| download | templeos-floppy-driver-271e732ef2d6e9877cd093b38818e3114d0d7fe2.tar.gz | |
Move KFloppyDMA.HC to Kernel/Patches
Since this file is effectively a patch to KStart32, it makes sense to keep it in the Patches subdirectory.
Diffstat (limited to 'Kernel/Patches')
| -rw-r--r-- | Kernel/Patches/KFloppyDMA.HC | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Kernel/Patches/KFloppyDMA.HC b/Kernel/Patches/KFloppyDMA.HC new file mode 100644 index 0000000..ce673cf --- /dev/null +++ b/Kernel/Patches/KFloppyDMA.HC @@ -0,0 +1,9 @@ +/*
+ Copyright (C) 2025-2026 Harley Travis <yoshi128k@gmail.com>.
+ This software (including source code) is licensed under the BSD Zero Clause
+ License. See the Copying.TXT file for details.
+*/
+
+//U8 FDC_DMA[0x4800]; // Floppy DMA buffer
+
+U8 FDC_DMA[0x2400]; // Smaller buffer for one-track-at-a-time ops
\ No newline at end of file |
