Re: [hatari-devel] Small patch to add some partition IDs for auto-detection of byteswapped images |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Small patch to add some partition IDs for auto-detection of byteswapped images
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Thu, 6 Dec 2018 18:01:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1544115694; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=ffZvKr+FcII5iU2Q6MFodWaJyUF57B5RJURLUNZ9rqQ=; b=eCSX7qMdWhS4SbOosOa5HvFnOB5/NB47ow138vCo4U29oAJD9jCuKi0xOIl3PHN+FP BhjI3HcI9X+wZEasvRQxY3Ra8BK2sxE9p1XwjtOEOIlVkZsHtL0yZJPWpcb1fqOXBnYm Vb/fYJ6GnasV8Mcsj5pQEAeokQMY5TwOt8y2T5/XTVNACYmGoXVyA2uzVncXmcbepmNM 1ogzSysSZ7knrVDHUm720mp0JyRiVEnKieBQfwJJ8Bc2pmPd4BzMwqJ5rGtBZ8PsjVYk zx0NCLIXtP+pU3+jC6a5WSSOGOBrp8uT1hGxFCXaxZ8ixlta9FM6EA5vsrtLs3uz3G+k 6zcQ==
Hi,
> I was just wondering whether it can be first partition, contrary to
> the AHDI documentation. Uwe already confirmed that yes, it can, so
> Hatari does need to check for that (as it already does).
Just to avoid misunderstandings: Technically there should not be an
issue if it's the first partition. But if the AHDI specification says
that this is not permitted, then whatever you implement is fine, as long
as it is according to the specification.
I don't know any partitioning tool that would make the extended
partition the first partition, because in practice, why would somebody
want that? (I know scenarios where one might want that, but they are rather
exotic and in order to create them you need to manually edit the
partition data with a disk editor.)
Best regards
Uwe