CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/29 12:38:19
Modified files:
sbin/fdisk : mbr.c
Log message:
Tweak code to make it clear that MBR_init() uses just the boot code and
partition 0 information from the default MBR.
loongson and macppc provide partition 0 information but no boot code.
amd64, i386, landisk provide boot code but no partition 0 information.
Other arch's get by w/o a default MBR (a.k.a. /usr/mdec/mbr).
No functional change.
