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.
This commit is contained in:
@@ -678,7 +678,7 @@ AddFilesToHaikuImage system add-ons Screen\ Savers
|
||||
: $(SYSTEM_ADD_ONS_SCREENSAVERS) ;
|
||||
|
||||
AddFilesToHaikuImage system add-ons disk_systems
|
||||
: <disk_system>intel <disk_system>bfs <disk_system>ntfs ;
|
||||
: <disk_system>intel <disk_system>gpt <disk_system>bfs <disk_system>ntfs ;
|
||||
|
||||
# decorators
|
||||
AddDirectoryToHaikuImage home config add-ons decorators ;
|
||||
|
||||
Reference in New Issue
Block a user