summaryrefslogtreecommitdiff
path: root/Kernel/Patches/KernelABDTs.HH
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-06 19:31:24 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-06 19:31:24 -0500
commit49975b7fb8b8ba54ef253681186455cf59be2c33 (patch)
treed173cec83ddb8685277c6b11243b3a23831f3214 /Kernel/Patches/KernelABDTs.HH
parent4ab5e23c8d14cd9866b8cc53ef2e4074c43221b2 (diff)
downloadtempleos-floppy-driver-49975b7fb8b8ba54ef253681186455cf59be2c33.tar.gz
Create KernelABDTs.HH
This file replaces the block device type list in KernelA.HH. The original code is to be commented out and this file included after it.
Diffstat (limited to 'Kernel/Patches/KernelABDTs.HH')
-rw-r--r--Kernel/Patches/KernelABDTs.HH8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kernel/Patches/KernelABDTs.HH b/Kernel/Patches/KernelABDTs.HH
new file mode 100644
index 0000000..aea0a73
--- /dev/null
+++ b/Kernel/Patches/KernelABDTs.HH
@@ -0,0 +1,8 @@
+#define BDT_NULL 0
+#define BDT_RAM 1
+#define BDT_ATA 2
+#define BDT_ISO_FILE_READ 3
+#define BDT_ISO_FILE_WRITE 4
+#define BDT_ATAPI 5
+#define BDT_FLOPPY 6
+#define BDT_TYPES_NUM 7 \ No newline at end of file