diff options
Diffstat (limited to 'kernel/inc/ide.h')
-rw-r--r-- | kernel/inc/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/inc/ide.h b/kernel/inc/ide.h index 6e43ece..dbe0652 100644 --- a/kernel/inc/ide.h +++ b/kernel/inc/ide.h @@ -8,6 +8,7 @@ #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 |