Changes between Initial Version and Version 1 of Ticket #15587, comment 45
- Timestamp:
- Feb 6, 2020, 1:00:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15587, comment 45
initial v1 3 3 My 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. 4 4 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 do5 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 though. 6 6 7 7 I already have it compiling and booting on my machines, but it needs cleanup before uploading to Gerritt.