update README to mention use of MBR

This commit is contained in:
lampmerchant 2021-11-26 12:24:46 -07:00 committed by GitHub
parent 67b4f6cf56
commit c3972c370b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ An interface bridging the DCD protocol used by Apple's Hard Disk 20 to a MMC car
# MMC Card Format
The contents of the first 512-byte sector of the MMC card are reported as the Controller Status block. In this way, the user can customize details such as the icon and size of the disk. The first 512-byte sector on the disk is mapped to the second 512-byte sector of the MMC card, the second sector on the disk to the third on the card, and so forth.
The MMC card must have an MBR (Master Boot Record) aka DOS-type partition table with up to four primary partitions of type 0xAF (HFS). Partitions of other types will be ignored. Extended partitions are not supported.
# DCD (Directly Connected Disks) Protocol