Merge pull request #6095 from ARMmbed/g-note-mbr-limits

mbr: Add note about limitations
pull/6099/head
Cruz Monrreal 2018-02-14 14:10:41 -06:00 committed by GitHub
commit f9cd95f30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ enum {
* // the FAT filesystem in partition 1
* FATFileSystem fat("fat", &part1);
* @endcode
*
* @note
* The MBR partition table is relatively limited:
* - At most 4 partitions are supported
* - Extended partitions are currently not supported and will error during init
*/
class MBRBlockDevice : public BlockDevice
{