commit | 6a60b670ec5033129e1a52e3976463ec8ae0ec6a | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Dec 23 13:55:14 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 15:33:09 2021 -0500 |
tree | 0c3803f8ba02fc106bc6ed6a0f5b7e658c019a85 | |
parent | cbea64758558c44b7a8cdf220ef904f1b925e338 [diff] |
disk: dos: add code for creating MBR partition layout Add a code for creating and writing MBR partition layout. The code generates similar layout of EBRs (Exteneded Block Records) and logical volumes as Linux's fdisk utility. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>