/* 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. */ // PATCH: Adds a buf for floppy DMA xfers. // FILE: ::/Kernel/KStart32.HC // TO INSTALL: #include this file at the end. //U8 FDC_DMA[0x4800]; // Floppy DMA buffer U8 FDC_DMA[0x2400]; // Smaller buffer for one-track-at-a-time ops