Changes between Initial Version and Version 1 of Ticket #15587, comment 45


Ignore:
Timestamp:
Feb 6, 2020, 1:00:03 PM (4 years ago)
Author:
tqh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15587, comment 45

    initial v1  
    33My code iterates over block devices. UEFI lists one per disk + one for each partition. It skips all partition block devices and then let general Haiku bootplatform read and find Haiku partitions. It is very simple, we can also revert an API change we did for boot devices making API for all boot platforms simpler.
    44
    5 There is a special case for a fixed block device with one partition, where it only lists one block device. I don't think we ever plan or can boot on that anyway, so I do
     5There is a special case for a fixed block device with one partition, where it only lists one block device. I don't think we ever plan or can boot on that anyway though.
    66
    77I already have it compiling and booting on my machines, but it needs cleanup before uploading to Gerritt.