diff options
Diffstat (limited to 'Kernel')
| -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 |
