diff --git a/headers/private/kernel/boot/partitions.h b/headers/private/kernel/boot/partitions.h index 609a8d431c..151ee76424 100644 --- a/headers/private/kernel/boot/partitions.h +++ b/headers/private/kernel/boot/partitions.h @@ -49,8 +49,10 @@ class Partition : public Node, public partition_data { // DiskDeviceTypes we need/support in the boot loader #define kPartitionTypeAmiga "Amiga RDB" -#define kPartitionTypeIntel "Intel" -#define kPartitionTypeIntelExtended "Intel Extended" +#define kPartitionTypeIntel "Intel Partition Map" +#define kPartitionTypeIntelExtended "Intel Extended Partition" + // Note: The naming of these two at least must be consistent with + // DiskDeviceTypes.cpp. #define kPartitionTypeApple "Apple" #define kPartitionTypeBFS "BFS Filesystem"