diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-06 19:31:24 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-06 19:31:24 -0500 |
| commit | 49975b7fb8b8ba54ef253681186455cf59be2c33 (patch) | |
| tree | d173cec83ddb8685277c6b11243b3a23831f3214 | |
| parent | 4ab5e23c8d14cd9866b8cc53ef2e4074c43221b2 (diff) | |
| download | templeos-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.
| -rw-r--r-- | Kernel/Patches/KernelABDTs.HH | 8 |
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 |
