Re: CONFIG_BSD_DISKLABEL

Magnus Ahltorp (map@stacken.kth.se)
29 Dec 1998 18:04:27 +0100


> +/* check against BSD src/sys/sys/disklabel.h for consistency */
> +
> #define BSD_PARTITION 0xa5 /* Partition ID */
> +#define OPENBSD_PARTITION 0xa6

When I looked in the partition table files for NetBSD, I found this
line:

#define DOSPTYP_NETBSD 0xa9 /* NetBSD partition type */

It would be appreciated if this ID would also make it to the header
files.

/Magnus
map@stacken.kth.se

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/