diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-17 09:46:03 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-17 09:46:03 +0000 |
commit | 59423ca335622b9498355eecf3981c6b3db6a6bc (patch) | |
tree | 04542f56b4a36a096dc5de92b2095ff9ed12322c /sbin/sysinstall/mbr.h | |
parent | 5f0c94240a33f0320e74da1811b68bd447407db6 (diff) |
Claim 0xA7 for NEXTSTEP in here also.
Notes
Notes:
svn path=/head/; revision=7903
Diffstat (limited to 'sbin/sysinstall/mbr.h')
-rw-r--r-- | sbin/sysinstall/mbr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sysinstall/mbr.h b/sbin/sysinstall/mbr.h index 50067fe96278..9c7d190c747f 100644 --- a/sbin/sysinstall/mbr.h +++ b/sbin/sysinstall/mbr.h @@ -60,6 +60,7 @@ struct part_type ,{0x93, "Amoeba filesystem"} \ ,{0x94, "Amoeba bad block table"} \ ,{0xA5, "FreeBSD/NetBSD/386BSD"} \ + ,{0xA7, "NEXTSTEP"} \ ,{0xB7, "BSDI BSD/386 filesystem"} \ ,{0xB8, "BSDI BSD/386 swap"} \ ,{0xDB, "Concurrent CPM or C.DOS or CTOS"} \ |