From 32673d5872a2c77c2cc70a14a1e50cd440bc0180 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Wed, 27 May 2026 18:04:13 -0500 Subject: Refactor source code and create an "installer" I have moved some source files into subdirectories for ease of installation. I have also added an installer script to automatically place driver files into their respective system directories. --- Kernel/KFloppyDMA.HC | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Kernel/KFloppyDMA.HC (limited to 'Kernel/KFloppyDMA.HC') diff --git a/Kernel/KFloppyDMA.HC b/Kernel/KFloppyDMA.HC new file mode 100644 index 0000000..12f4953 --- /dev/null +++ b/Kernel/KFloppyDMA.HC @@ -0,0 +1,7 @@ +/* + 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 -- cgit v1.2.3