diff options
Diffstat (limited to 'Kernel/KFloppyDMA.HC')
| -rw-r--r-- | Kernel/KFloppyDMA.HC | 7 |
1 files changed, 7 insertions, 0 deletions
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 <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
|
