summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/KFloppyDMA.HC4
1 files changed, 3 insertions, 1 deletions
diff --git a/Kernel/KFloppyDMA.HC b/Kernel/KFloppyDMA.HC
index 12f4953..ce673cf 100644
--- a/Kernel/KFloppyDMA.HC
+++ b/Kernel/KFloppyDMA.HC
@@ -4,4 +4,6 @@
License. See the Copying.TXT file for details.
*/
-U8 FDC_DMA[0x4800]; // Floppy DMA buffer
+//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