Date: Sat, 31 Oct 1998 02:49:25 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: committers@FreeBSD.ORG Subject: fdisk.c Message-ID: <199810311049.CAA10189@silvia.hip.berkeley.edu>
next in thread | raw e-mail | index | archive | help
I was looking at my source tree and found this, left over from the
time I was looking at new Windoze partition types. Can people comment
on this?
I believe the "/" and "/usr" of XENIX is actually a boot partition
vs. regular filesystems. Also, Concurrent CPM, if it has anything to
do with CP/M, should be spelled that way.
Satoshi
-------
Index: fdisk.c
===================================================================
RCS file: /usr/cvs/src/sbin/i386/fdisk/fdisk.c,v
retrieving revision 1.23
diff -u -r1.23 fdisk.c
--- fdisk.c 1998/07/06 06:44:36 1.23
+++ fdisk.c 1998/07/20 06:36:10
@@ -166,8 +166,8 @@
{
{0x00, "unused"}
,{0x01, "Primary DOS with 12 bit FAT"}
- ,{0x02, "XENIX / filesystem"}
- ,{0x03, "XENIX /usr filesystem"}
+ ,{0x02, "XENIX boot partition"}
+ ,{0x03, "XENIX filesystem"}
,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"}
,{0x05, "Extended DOS"}
,{0x06, "Primary 'big' DOS (> 32MB)"}
@@ -199,9 +199,9 @@
,{0xA5, "FreeBSD/NetBSD/386BSD"}
,{0xA6, "OpenBSD"}
,{0xA7, "NEXTSTEP"}
- ,{0xB7, "BSDI BSD/386 filesystem"}
- ,{0xB8, "BSDI BSD/386 swap"}
- ,{0xDB, "Concurrent CPM or C.DOS or CTOS"}
+ ,{0xB7, "BSDI BSD/OS filesystem"}
+ ,{0xB8, "BSDI BSD/OS swap"}
+ ,{0xDB, "Concurrent CP/M or C.DOS or CTOS"}
,{0xE1, "Speed"}
,{0xE3, "Speed"}
,{0xE4, "Speed"}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810311049.CAA10189>
