From d832aa7efcaddbd720bfa846403aed7fa05c97ef Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 31 Mar 2005 11:22:02 +0000 Subject: [PATCH] We must just the same naming as in DiskDeviceTypes.cpp for the intel partition types, since the implementation relies on it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12186 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/boot/partitions.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"