summaryrefslogtreecommitdiff
path: root/Kernel/Patches
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-06 19:32:14 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-06 19:32:14 -0500
commitca4fa4fae88f159c2f8af0b6f0c5dad7bfe7394e (patch)
tree200b325826576cd095770c7ec0dc44956331445d /Kernel/Patches
parent49975b7fb8b8ba54ef253681186455cf59be2c33 (diff)
downloadtempleos-floppy-driver-ca4fa4fae88f159c2f8af0b6f0c5dad7bfe7394e.tar.gz
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.
Diffstat (limited to 'Kernel/Patches')
-rw-r--r--Kernel/Patches/KDefineBDTs.HC2
1 files changed, 2 insertions, 0 deletions
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