Bruce Evans wrote:
> "pc98_partition" is OK, but "mbr_partition" is bogus since partition tables
> are not restricted to the MBR -- there is one in every extended partition.
> 
> <sys/diskpc98.h> is similarly OK and <sys/diskmbr.h> is similarly bogus.
> 
> "at386" would be a better prefix/suffix than "mbr" for the non-pc98 pc's.
> It is used for the main bus space header.
> 
> The normal prefix for "partition table" seems to be "" according to google.
> FreeBSD has "dos_partition" and NetBSD has "mbr_partition".

The PReP specification ("PPC Reference Platform") goes into great
gory detail on DOS Partition Tables, as does the DEC Alpha boot
documentation.  The fact is that DOS Partition tables are used in
a lot of places that are unrelated to x86.

PS: The PReP documentation is probably the finest documentation
for the DOS partition table format available anywhere.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to