diff options
author | harti <harti@FreeBSD.org> | 2003-12-18 13:13:02 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-12-18 13:13:02 +0000 |
commit | 9509c3737c193d2a5033b506b83ef3d489ad2368 (patch) | |
tree | 225ee26d12c8bc42aa6733dc83ef0b2fb01ebdc1 /sbin/fdisk | |
parent | c26ef65642ce5611e36437004fe135f2a1a23b4f (diff) | |
download | FreeBSD-src-9509c3737c193d2a5033b506b83ef3d489ad2368.zip FreeBSD-src-9509c3737c193d2a5033b506b83ef3d489ad2368.tar.gz |
Add the Solaris x86 boot partition type. This is used in Solaris 10
(and perhaps earlier).
Submitted by: Joerg Schilling <schilling@fokus.fraunhofer.de>
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 2ecc4f5..6caee7d 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -196,6 +196,7 @@ static struct part_type ,{0xAC, "IBM JFS"} ,{0xB7, "BSDI BSD/386 file system"} ,{0xB8, "BSDI BSD/386 swap"} + ,{0xBE, "Solaris x86 boot"} ,{0xC1, "DRDOS/sec with 12-bit FAT"} ,{0xC4, "DRDOS/sec with 16-bit FAT (< 32MB)"} ,{0xC6, "DRDOS/sec with 16-bit FAT (>= 32MB)"} |