mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
9e8d42ac44
* Tried to use EFI::Header class, but there doesn't seem to be an easy way to actually hit the disk -- which we'll have to do to find out how large the GPT table is. * Initialization of GPT disks is now working which is why I added the disk system add-on to the image. However, there is a caveat, as the backup header and table aren't written yet. * Partitions can be deleted. * Creating partitions does not work yet, but I don't know yet why; in theory it could already work.