mbr: Added note about limitations

pull/6095/head
Christopher Haster 2018-02-14 10:31:14 -06:00 committed by GitHub
parent 6c74dce434
commit db965c1652
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
{