From 49975b7fb8b8ba54ef253681186455cf59be2c33 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 6 Jun 2026 19:31:24 -0500 Subject: 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. --- Kernel/Patches/KernelABDTs.HH | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Kernel/Patches/KernelABDTs.HH (limited to 'Kernel/Patches/KernelABDTs.HH') 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 -- cgit v1.2.3