History log of /haiku/src/add-ons/disk_systems/gpt/GPTPartitionHandle.h
Revision Date Author Comments
# 6b3e198d 11-Sep-2022 Jérôme Duval <jerome.duval@gmail.com>

gpt: let the type be changed

Change-Id: I1c049c28b416d13b679aa32eb8cbc41a3273a05d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5657
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# e495a73b 22-Dec-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

partitioning: set partition name in partition table if supported.


# bad25b4b 16-Dec-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

disk_systems/gpt: Remove unused dependency on Header.cpp


# 9e8d42ac 25-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

Work in progress in getting GPTPartitionHandle working.

* 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.


# b44f9282 23-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

gpt: early work in progress of a disk system add-on.

* It currently allows to initialize a disk using GPT. However, this then
fails somewhere in the kernel.


# 9e8d42ac443b81b85d608cdbc8c8f809e8aad79a 25-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

Work in progress in getting GPTPartitionHandle working.

* 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.


# b44f9282b7bc551e4aaf72acc467742f82c10a5c 23-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

gpt: early work in progress of a disk system add-on.

* It currently allows to initialize a disk using GPT. However, this then
fails somewhere in the kernel.