Re: svn commit: r356031 - head/stand/i386/gptboot

2019-12-23 Thread Toomas Soome via svn-src-head
The only limit set by specification is: A minimum of 16,384 bytes of space must be reserved for the GPT Partition Entry Array. >From this size and array entry size we do get 128, but specification does not >limit the max number. rgds, toomas > On 23. Dec 2019, at 00:33, Ian Lepore wrote: > >

svn commit: r356031 - head/stand/i386/gptboot

2019-12-22 Thread Ian Lepore
Author: ian Date: Sun Dec 22 22:33:22 2019 New Revision: 356031 URL: https://svnweb.freebsd.org/changeset/base/356031 Log: In gptboot, don't assume a partition number is a single digit, 1-9. GPT partitions can have 128 partitions, so parse contiguous digits and then validate that the number