From 271e732ef2d6e9877cd093b38818e3114d0d7fe2 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Fri, 12 Jun 2026 20:28:09 -0500 Subject: 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. --- Kernel/KFloppyDMA.HC | 9 --------- Kernel/Patches/KFloppyDMA.HC | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 Kernel/KFloppyDMA.HC create mode 100644 Kernel/Patches/KFloppyDMA.HC (limited to 'Kernel') diff --git a/Kernel/KFloppyDMA.HC b/Kernel/KFloppyDMA.HC deleted file mode 100644 index ce673cf..0000000 --- a/Kernel/KFloppyDMA.HC +++ /dev/null @@ -1,9 +0,0 @@ -/* - Copyright (C) 2025-2026 Harley Travis . - 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 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 . + 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 -- cgit v1.2.3