summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-03-14 21:23:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-03-14 21:23:07 +0000
commit9a41f0e0813f8a114c5dbbee9049ac296784f188 (patch)
tree7245fdb32e2cc7e4ef9df722280f74c3f0b9deea /sbin
parent085c0b8ecade1d467b21c526ceebc3d940e4935d (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/i386/fdisk/fdisk.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c
index 7088218cbc3d..eaaa3850238a 100644
--- a/sbin/i386/fdisk/fdisk.c
+++ b/sbin/i386/fdisk/fdisk.c
@@ -164,14 +164,17 @@ struct part_type
,{0x01, "Primary DOS with 12 bit FAT"}
,{0x02, "XENIX / filesystem"}
,{0x03, "XENIX /usr filesystem"}
- ,{0x04, "Primary DOS with 16 bit FAT"}
+ ,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"}
,{0x05, "Extended DOS"}
,{0x06, "Primary 'big' DOS (> 32MB)"}
,{0x07, "OS/2 HPFS, QNX or Advanced UNIX"}
,{0x08, "AIX filesystem"}
,{0x09, "AIX boot partition or Coherent"}
,{0x0A, "OS/2 Boot Manager or OPUS"}
- ,{0x0B, "Primary DOS or Windows 95 with 32 bit FAT"}
+ ,{0x0B, "DOS or Windows 95 with 32 bit FAT"}
+ ,{0x0C, "DOS or Windows 95 with 32 bit FAT, LBA"}
+ ,{0x0E, "Primary 'big' DOS (> 32MB, LBA)"}
+ ,{0x0F, "Extended DOS, LBA"}
,{0x10, "OPUS"}
,{0x40, "VENIX 286"}
,{0x50, "DM"}