Add symbolic names for new NetBSD MBR partition ID and for Linux.

This commit is contained in:
jonathan 1998-02-24 04:32:22 +00:00
parent ccfe537e97
commit 1cfa173f7c
3 changed files with 15 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdisk.c,v 1.4 1997/11/29 21:49:13 fvdl Exp $ */
/* $NetBSD: fdisk.c,v 1.5 1998/02/24 04:32:22 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -82,7 +82,10 @@ struct part_id {
{5, "Extended DOS"},
{6, "Primary DOS, 16-bit FAT >32MB"},
{7, "NTFS"},
{165, "NetBSD"},
{131, "Linux native"},
{131, "Linux swap"},
{165, "NetBSD/FreeBSD/386bsd"},
{169, "new NetBSD"},
{-1, "Unknown"},
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdisk.c,v 1.4 1997/11/29 21:49:13 fvdl Exp $ */
/* $NetBSD: fdisk.c,v 1.5 1998/02/24 04:32:22 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -82,7 +82,10 @@ struct part_id {
{5, "Extended DOS"},
{6, "Primary DOS, 16-bit FAT >32MB"},
{7, "NTFS"},
{165, "NetBSD"},
{131, "Linux native"},
{131, "Linux swap"},
{165, "NetBSD/FreeBSD/386bsd"},
{169, "new NetBSD"},
{-1, "Unknown"},
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: mbr.c,v 1.4 1997/11/29 21:49:13 fvdl Exp $ */
/* $NetBSD: mbr.c,v 1.5 1998/02/24 04:32:22 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -82,7 +82,10 @@ struct part_id {
{5, "Extended DOS"},
{6, "Primary DOS, 16-bit FAT >32MB"},
{7, "NTFS"},
{165, "NetBSD"},
{131, "Linux native"},
{131, "Linux swap"},
{165, "NetBSD/FreeBSD/386bsd"},
{169, "new NetBSD"},
{-1, "Unknown"},
};