Skip to content

Commit db965c1

Browse files
authored
mbr: Added note about limitations
1 parent 6c74dce commit db965c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/filesystem/bd/MBRBlockDevice.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ enum {
8282
* // the FAT filesystem in partition 1
8383
* FATFileSystem fat("fat", &part1);
8484
* @endcode
85+
*
86+
* @note
87+
* The MBR partition table is relatively limited:
88+
* - At most 4 partitions are supported
89+
* - Extended partitions are currently not supported and will error during init
8590
*/
8691
class MBRBlockDevice : public BlockDevice
8792
{

0 commit comments

Comments
 (0)