From ca4fa4fae88f159c2f8af0b6f0c5dad7bfe7394e Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 6 Jun 2026 19:32:14 -0500 Subject: Create KDefineBDTs.HC This file replaces the DefineLstLoad call that sets ST_BLKDEV_TYPES to add the FDC type. The original code is to be commented out and this file included after it. --- Kernel/Patches/KDefineBDTs.HC | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Kernel/Patches/KDefineBDTs.HC diff --git a/Kernel/Patches/KDefineBDTs.HC b/Kernel/Patches/KDefineBDTs.HC new file mode 100644 index 0000000..1d55522 --- /dev/null +++ b/Kernel/Patches/KDefineBDTs.HC @@ -0,0 +1,2 @@ +DefineLstLoad("ST_BLKDEV_TYPES", + "NULL\0RAM\0ATA\0FILE_READ\0FILE_WRITE\0ATAPI\0FLOPPY\0"); \ No newline at end of file -- cgit v1.2.3