summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loader/inc/ide.h')
-rw-r--r--src/loader/inc/ide.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/loader/inc/ide.h b/src/loader/inc/ide.h
index 24b4eb1..7faee03 100644
--- a/src/loader/inc/ide.h
+++ b/src/loader/inc/ide.h
@@ -3,11 +3,6 @@
#ifndef IDE_H
#define IDE_H
-#define BLOCK_SIZE 1024
-#define BLOCK_COUNT 256 // BLOCK_SIZE / sizeof(u32)
-#define SECTOR_SIZE 512
-#define SECTOR_COUNT (BLOCK_SIZE / SECTOR_SIZE)
-
#define ATA_PRIMARY_IO 0x1f0
#define ATA_SECONDARY_IO 0x170