From c3972c370b560f1703fc98d2509c4a850d5380f6 Mon Sep 17 00:00:00 2001 From: lampmerchant <66847847+lampmerchant@users.noreply.github.com> Date: Fri, 26 Nov 2021 12:24:46 -0700 Subject: [PATCH] update README to mention use of MBR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e27917..fd7fb31 100644 --- a/README.md +++ b/README.md @@ -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